Skip to content

Commit

Permalink
fix typos in english tag localization
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Aug 18, 2024
1 parent 813b95b commit 1f2e889
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
44 changes: 22 additions & 22 deletions src/generated/resources/assets/landsoficaria/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,18 +1043,18 @@
"tag.block.c.ore_bearing_ground.sunstone": "Sunstone Ore Bearing Ground",
"tag.block.c.ore_bearing_ground.voidshale": "Voidshale Ore Bearing Ground",
"tag.block.c.ore_bearing_ground.yellowstone": "Yellowstone Ore Bearing Ground",
"tag.block.c.ores.anthracite": "Chert Anthracite",
"tag.block.c.ores.bones": "Chert Bones",
"tag.block.c.ores.chalkos": "Chert Chalkos",
"tag.block.c.ores.anthracite": "Anthracite Ores",
"tag.block.c.ores.bones": "Bones Ores",
"tag.block.c.ores.chalkos": "Chalkos Ores",
"tag.block.c.ores.chert": "Chert Ores",
"tag.block.c.ores.dolomite": "Chert Dolomite",
"tag.block.c.ores.hyliastrum": "Chert Hyliastrum",
"tag.block.c.ores.kassiteros": "Chert Kassiteros",
"tag.block.c.ores.lignite": "Chert Lignite",
"tag.block.c.ores.molybdenum": "Chert Molybdenum",
"tag.block.c.ores.sideros": "Chert Sideros",
"tag.block.c.ores.sliver": "Chert Sliver",
"tag.block.c.ores.vanadium": "Chert Vanadium",
"tag.block.c.ores.dolomite": "Dolomite Ores",
"tag.block.c.ores.hyliastrum": "Hyliastrum Ores",
"tag.block.c.ores.kassiteros": "Kassiteros Ores",
"tag.block.c.ores.lignite": "Lignite Ores",
"tag.block.c.ores.molybdenum": "Molybdenum Ores",
"tag.block.c.ores.sideros": "Sideros Ores",
"tag.block.c.ores.sliver": "Sliver Ores",
"tag.block.c.ores.vanadium": "Vanadium Ores",
"tag.block.c.ores_in_ground.baetyl": "Baetyl Ores In Ground",
"tag.block.c.ores_in_ground.grainel": "Grainel Ores In Ground",
"tag.block.c.ores_in_ground.marl": "Marl Ores In Ground",
Expand Down Expand Up @@ -1182,18 +1182,18 @@
"tag.item.c.ore_bearing_ground.sunstone": "Sunstone Ore Bearing Ground",
"tag.item.c.ore_bearing_ground.voidshale": "Voidshale Ore Bearing Ground",
"tag.item.c.ore_bearing_ground.yellowstone": "Yellowstone Ore Bearing Ground",
"tag.item.c.ores.anthracite": "Chert Anthracite",
"tag.item.c.ores.bones": "Chert Bones",
"tag.item.c.ores.chalkos": "Chert Chalkos",
"tag.item.c.ores.anthracite": "Anthracite Ores",
"tag.item.c.ores.bones": "Bones Ores",
"tag.item.c.ores.chalkos": "Chalkos Ores",
"tag.item.c.ores.chert": "Chert Ores",
"tag.item.c.ores.dolomite": "Chert Dolomite",
"tag.item.c.ores.hyliastrum": "Chert Hyliastrum",
"tag.item.c.ores.kassiteros": "Chert Kassiteros",
"tag.item.c.ores.lignite": "Chert Lignite",
"tag.item.c.ores.molybdenum": "Chert Molybdenum",
"tag.item.c.ores.sideros": "Chert Sideros",
"tag.item.c.ores.sliver": "Chert Sliver",
"tag.item.c.ores.vanadium": "Chert Vanadium",
"tag.item.c.ores.dolomite": "Dolomite Ores",
"tag.item.c.ores.hyliastrum": "Hyliastrum Ores",
"tag.item.c.ores.kassiteros": "Kassiteros Ores",
"tag.item.c.ores.lignite": "Lignite Ores",
"tag.item.c.ores.molybdenum": "Molybdenum Ores",
"tag.item.c.ores.sideros": "Sideros Ores",
"tag.item.c.ores.sliver": "Sliver Ores",
"tag.item.c.ores.vanadium": "Vanadium Ores",
"tag.item.c.ores_in_ground.baetyl": "Baetyl Ores In Ground",
"tag.item.c.ores_in_ground.grainel": "Grainel Ores In Ground",
"tag.item.c.ores_in_ground.marl": "Marl Ores In Ground",
Expand Down
44 changes: 22 additions & 22 deletions src/main/java/com/axanthic/icaria/data/lang/IcariaEnglish.java
Original file line number Diff line number Diff line change
Expand Up @@ -1224,17 +1224,17 @@ public void addTranslations() {
this.add(IcariaBlockTags.ORE_BEARING_GROUND_BAETYL, "Baetyl Ore Bearing Ground");

this.add(IcariaBlockTags.ORES_CHERT, "Chert Ores");
this.add(IcariaBlockTags.ORES_BONES, "Chert Bones");
this.add(IcariaBlockTags.ORES_LIGNITE, "Chert Lignite");
this.add(IcariaBlockTags.ORES_CHALKOS, "Chert Chalkos");
this.add(IcariaBlockTags.ORES_KASSITEROS, "Chert Kassiteros");
this.add(IcariaBlockTags.ORES_DOLOMITE, "Chert Dolomite");
this.add(IcariaBlockTags.ORES_VANADIUM, "Chert Vanadium");
this.add(IcariaBlockTags.ORES_SLIVER, "Chert Sliver");
this.add(IcariaBlockTags.ORES_SIDEROS, "Chert Sideros");
this.add(IcariaBlockTags.ORES_ANTHRACITE, "Chert Anthracite");
this.add(IcariaBlockTags.ORES_MOLYBDENUM, "Chert Molybdenum");
this.add(IcariaBlockTags.ORES_HYLIASTRUM, "Chert Hyliastrum");
this.add(IcariaBlockTags.ORES_BONES, "Bones Ores");
this.add(IcariaBlockTags.ORES_LIGNITE, "Lignite Ores");
this.add(IcariaBlockTags.ORES_CHALKOS, "Chalkos Ores");
this.add(IcariaBlockTags.ORES_KASSITEROS, "Kassiteros Ores");
this.add(IcariaBlockTags.ORES_DOLOMITE, "Dolomite Ores");
this.add(IcariaBlockTags.ORES_VANADIUM, "Vanadium Ores");
this.add(IcariaBlockTags.ORES_SLIVER, "Sliver Ores");
this.add(IcariaBlockTags.ORES_SIDEROS, "Sideros Ores");
this.add(IcariaBlockTags.ORES_ANTHRACITE, "Anthracite Ores");
this.add(IcariaBlockTags.ORES_MOLYBDENUM, "Molybdenum Ores");
this.add(IcariaBlockTags.ORES_HYLIASTRUM, "Hyliastrum Ores");

this.add(IcariaBlockTags.ORES_IN_GROUND_MARL, "Marl Ores In Ground");
this.add(IcariaBlockTags.ORES_IN_GROUND_GRAINEL, "Grainel Ores In Ground");
Expand Down Expand Up @@ -1351,17 +1351,17 @@ public void addTranslations() {
this.add(IcariaItemTags.ORE_BEARING_GROUND_BAETYL, "Baetyl Ore Bearing Ground");

this.add(IcariaItemTags.ORES_CHERT, "Chert Ores");
this.add(IcariaItemTags.ORES_BONES, "Chert Bones");
this.add(IcariaItemTags.ORES_LIGNITE, "Chert Lignite");
this.add(IcariaItemTags.ORES_CHALKOS, "Chert Chalkos");
this.add(IcariaItemTags.ORES_KASSITEROS, "Chert Kassiteros");
this.add(IcariaItemTags.ORES_DOLOMITE, "Chert Dolomite");
this.add(IcariaItemTags.ORES_VANADIUM, "Chert Vanadium");
this.add(IcariaItemTags.ORES_SLIVER, "Chert Sliver");
this.add(IcariaItemTags.ORES_SIDEROS, "Chert Sideros");
this.add(IcariaItemTags.ORES_ANTHRACITE, "Chert Anthracite");
this.add(IcariaItemTags.ORES_MOLYBDENUM, "Chert Molybdenum");
this.add(IcariaItemTags.ORES_HYLIASTRUM, "Chert Hyliastrum");
this.add(IcariaItemTags.ORES_BONES, "Bones Ores");
this.add(IcariaItemTags.ORES_LIGNITE, "Lignite Ores");
this.add(IcariaItemTags.ORES_CHALKOS, "Chalkos Ores");
this.add(IcariaItemTags.ORES_KASSITEROS, "Kassiteros Ores");
this.add(IcariaItemTags.ORES_DOLOMITE, "Dolomite Ores");
this.add(IcariaItemTags.ORES_VANADIUM, "Vanadium Ores");
this.add(IcariaItemTags.ORES_SLIVER, "Sliver Ores");
this.add(IcariaItemTags.ORES_SIDEROS, "Sideros Ores");
this.add(IcariaItemTags.ORES_ANTHRACITE, "Anthracite Ores");
this.add(IcariaItemTags.ORES_MOLYBDENUM, "Molybdenum Ores");
this.add(IcariaItemTags.ORES_HYLIASTRUM, "Hyliastrum Ores");

this.add(IcariaItemTags.ORES_IN_GROUND_MARL, "Marl Ores In Ground");
this.add(IcariaItemTags.ORES_IN_GROUND_GRAINEL, "Grainel Ores In Ground");
Expand Down

0 comments on commit 1f2e889

Please sign in to comment.