Skip to content

Commit

Permalink
Fix Salmon plural.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Aug 23, 2024
1 parent 14d8727 commit 888fe80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/assets/farmersdelight/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
"tag.item.c.foods.pastas": "Pastas",
"tag.item.c.foods.pastas.raw_pastas": "Raw Pastas",
"tag.item.c.foods.raw_fishes": "Raw Fishes",
"tag.item.c.foods.raw_fishes.cod": "Raw Cods",
"tag.item.c.foods.raw_fishes.salmon": "Raw Salmons",
"tag.item.c.foods.raw_fishes.cod": "Raw Cod",
"tag.item.c.foods.raw_fishes.salmon": "Raw Salmon",
"tag.item.c.foods.raw_fishes.tropical_fish": "Tropical Fish",
"tag.item.c.foods.raw_meats": "Raw Meats",
"tag.item.c.foods.raw_meats.raw_bacon": "Raw Bacon",
Expand Down Expand Up @@ -374,14 +374,14 @@
"tag.item.c.tools.knives": "Knives",

"tag.item.c.bread.wheat": "Wheat Breads",
"tag.item.c.cooked_fishes.cod": "Cooked Cods",
"tag.item.c.cooked_fishes.salmon": "Cooked Salmons",
"tag.item.c.cooked_fishes.cod": "Cooked Cod",
"tag.item.c.cooked_fishes.salmon": "Cooked Salmon",
"tag.item.c.grain.rice": "Rice Grains",
"tag.item.c.grain.wheat": "Wheat Grains",
"tag.item.c.milk.milk": "Milk Buckets",
"tag.item.c.pasta.raw_pastas": "Raw Pastas",
"tag.item.c.raw_fishes.cod": "Raw Cods",
"tag.item.c.raw_fishes.salmon": "Raw Salmons",
"tag.item.c.raw_fishes.salmon": "Raw Salmon",
"tag.item.c.raw_fishes.tropical_fish": "Tropical Fish",
"tag.item.c.vegetables": "Vegetables",
"tag.item.c.vegetables.beetroot": "Beetroots",
Expand Down

0 comments on commit 888fe80

Please sign in to comment.