Skip to content

Commit

Permalink
feat: add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jan 7, 2023
1 parent 51cf6d2 commit 4b02efa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ protected void addTranslations() {
addTooltip("contains_unique_dna", "Contains Unique Genetic Sequences");
addTooltip("press_button_to", "Press %1$s to %2$s");

addTooltip("owner", "Owner: %1$s");

addTooltip("slots", "Slots");
addTooltip("drops_from", "Drops from");
addTooltip("and_more", "and more...");

Expand Down
4 changes: 3 additions & 1 deletion src/generated/resources/assets/biomancy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@
"tooltip.biomancy.living_tool_state_is": "The Tool is %1$s",
"tooltip.biomancy.nutrients_consumes": "Consumes %1$s u",
"tooltip.biomancy.nutrients_fuel": "Nutrients",
"tooltip.biomancy.owner": "Owner: %1$s",
"tooltip.biomancy.press_button_to": "Press %1$s to %2$s",
"tooltip.biomancy.projectile_damage": "Projectile Damage",
"tooltip.biomancy.reload_time": "Reload Time"
"tooltip.biomancy.reload_time": "Reload Time",
"tooltip.biomancy.slots": "Slots"
}

0 comments on commit 4b02efa

Please sign in to comment.