Skip to content

Commit

Permalink
fix extraneous translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamKracker committed Dec 11, 2024
1 parent b881f4b commit ede6645
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ private void addFarmingConfig(CookiesTranslationBuilder translationBuilder) {
translationBuilder.add(CONFIG_FARMING_COMPOST_SORT_ORDER_VALUES_DESCENDING, "Descending");
translationBuilder.add(CONFIG_FARMING_COMPOST_SORT_ORDER_VALUES_UNSORTED, "Unsorted");

translationBuilder.add(CONFIG_FARMING_CATEGORIES_VISITOR, "Visitors");
translationBuilder.addConfig(CONFIG_FARMING_VISITOR_MATERIAL_HELPER,
"Show visitor materials",
"Shows the amount of items a visitor needs down to the actual crop.");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21.3 2024-12-11T09:46:27.9295913 cookies-mod/Language (en_us)
e65b44ecdedb8ee07b702f1de5f3af2f7f5de61d assets\cookies-mod\lang\en_us.json
// 1.21.3 2024-12-11T10:48:26.7384154 cookies-mod/Language (en_us)
b8e506abeadfabc1b260c9088e803802d2607fc9 assets\cookies-mod\lang\en_us.json
3 changes: 1 addition & 2 deletions src/main/generated/assets/cookies-mod/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"cookies.config.farming.categories.jacobs": "Jacob / Contests",
"cookies.config.farming.categories.ranchers": "Rancher's Boots",
"cookies.config.farming.categories.render": "Render",
"cookies.config.farming.categories.visitor": "Visitors",
"cookies.config.farming.categories.visitors": "Visitors",
"cookies.config.farming.compost_sort_order.name": "Item sort",
"cookies.config.farming.compost_sort_order.tooltip": "How the items should be sorted.",
Expand Down Expand Up @@ -481,4 +480,4 @@
"cookies.unexpected_error": "An unexpected error occurred while executing the command!",
"cookies.update_available": "Your version of the mod isn't up-to-date!",
"cookies.update_modrinth": "(Click here to open modrinth)"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ public interface TranslationKeys {
String CONFIG_FARMING_COMPOST_SORT_ORDER_VALUES_UNSORTED =
CONFIG_FARMING_COMPOST_SORT_ORDER + VALUES_SUFFIX + ".unsorted";

String CONFIG_FARMING_CATEGORIES_VISITOR = CONFIG_FARMING + CATEGORIES_PART + ".visitor";
String CONFIG_FARMING_VISITOR_MATERIAL_HELPER = CONFIG_FARMING + ".visitor_material_helper";

String CONFIG_FARMING_CATEGORIES_JACOBS = CONFIG_FARMING + CATEGORIES_PART + ".jacobs";
Expand Down

0 comments on commit ede6645

Please sign in to comment.