Skip to content

Commit

Permalink
Corrected locale entity names
Browse files Browse the repository at this point in the history
The locale did not add '-mk01' for most entities, so they didn't work.
Duplicated the entries to all higher tier buildings too.

Fixes pyanodon/pybugreports#318
  • Loading branch information
Septiple committed Sep 13, 2023
1 parent f677067 commit 6b6bffe
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 15 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.7
Date: ???
Changes:
- entity name locale now attached to correct entity name (https://github.com/pyanodon/pybugreports/issues/318)
---------------------------------------------------------------------------------------------------
Version: 2.0.6
Date: 2023-7-25
Changes:
Expand Down
75 changes: 60 additions & 15 deletions locale/en/locale.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,50 @@ fusion-reactor-mk01=Ready to fuse atoms!
fusion-reactor-mk02=Ready to fuse particles and atoms.
regolite-mine=Dig and extract regolites from this planet.

agitator=Mix and agitate mixtures for complete homogenisation.
automated-screener=Automatically split raw ores from other particles by screening.
centrifugal-pan=Huge place to concentrate and refine large amounts of materials.
gas-separator=A building that split gases from mixtures and vapor deposition.
genlab=A place to create and maturate genetically altered organisms.
grease-table=Using grease to select the best ores and split from the rest using X-ray scans.
hydrocyclone=Separate solid/liquid pulps.
jig=Gravity concentrator for intermediate fluid-based ore processing.
kmauts-enclosure=Grow the friendly bug creatures.
mixer=Slow-mix, separate and dip ingredients for perfect concentrations.
nmf=A place to build nanoscale materials.
agitator-mk01=Mix and agitate mixtures for complete homogenisation.
agitator-mk02=Mix and agitate mixtures for complete homogenisation.
agitator-mk03=Mix and agitate mixtures for complete homogenisation.
agitator-mk04=Mix and agitate mixtures for complete homogenisation.
automated-screener-mk01=Automatically split raw ores from other particles by screening.
automated-screener-mk02=Automatically split raw ores from other particles by screening.
automated-screener-mk03=Automatically split raw ores from other particles by screening.
automated-screener-mk04=Automatically split raw ores from other particles by screening.
centrifugal-pan-mk01=Huge place to concentrate and refine large amounts of materials.
centrifugal-pan-mk02=Huge place to concentrate and refine large amounts of materials.
centrifugal-pan-mk03=Huge place to concentrate and refine large amounts of materials.
centrifugal-pan-mk04=Huge place to concentrate and refine large amounts of materials.
gas-separator-mk01=A building that split gases from mixtures and vapor deposition.
gas-separator-mk02=A building that split gases from mixtures and vapor deposition.
gas-separator-mk03=A building that split gases from mixtures and vapor deposition.
gas-separator-mk04=A building that split gases from mixtures and vapor deposition.
genlab-mk01=A place to create and maturate genetically altered organisms.
genlab-mk02=A place to create and maturate genetically altered organisms.
genlab-mk03=A place to create and maturate genetically altered organisms.
genlab-mk04=A place to create and maturate genetically altered organisms.
grease-table-mk01=Using grease to select the best ores and split from the rest using X-ray scans.
grease-table-mk02=Using grease to select the best ores and split from the rest using X-ray scans.
grease-table-mk03=Using grease to select the best ores and split from the rest using X-ray scans.
grease-table-mk04=Using grease to select the best ores and split from the rest using X-ray scans.
hydrocyclone-mk01=Separate solid/liquid pulps.
hydrocyclone-mk02=Separate solid/liquid pulps.
hydrocyclone-mk03=Separate solid/liquid pulps.
hydrocyclone-mk04=Separate solid/liquid pulps.
jig-mk01=Gravity concentrator for intermediate fluid-based ore processing.
jig-mk02=Gravity concentrator for intermediate fluid-based ore processing.
jig-mk03=Gravity concentrator for intermediate fluid-based ore processing.
jig-mk04=Gravity concentrator for intermediate fluid-based ore processing.
kmauts-enclosure-mk01=Grow the friendly bug creatures.
kmauts-enclosure-mk02=Grow the friendly bug creatures.
kmauts-enclosure-mk03=Grow the friendly bug creatures.
kmauts-enclosure-mk04=Grow the friendly bug creatures.
mixer-mk01=Slow-mix, separate and dip ingredients for perfect concentrations.
mixer-mk02=Slow-mix, separate and dip ingredients for perfect concentrations.
mixer-mk03=Slow-mix, separate and dip ingredients for perfect concentrations.
mixer-mk04=Slow-mix, separate and dip ingredients for perfect concentrations.
nmf-mk01=A place to build nanoscale materials.
nmf-mk02=A place to build nanoscale materials.
nmf-mk03=A place to build nanoscale materials.
nmf-mk04=A place to build nanoscale materials.
plankton-farm=Highly controlled enviroment to grow phytoplankton.
plankton-farm-mk02=Highly controlled enviroment to grow phytoplankton.
plankton-farm-mk03=Highly controlled enviroment to grow phytoplankton.
Expand All @@ -327,10 +360,22 @@ py-heat-exchanger=Transfer heat to a useful fluid.
py-heat-exchanger-mk02=Transfer heat to a useful fluid.
py-heat-exchanger-mk03=Transfer heat to a useful fluid.
py-heat-exchanger-mk04=Transfer heat to a useful fluid.
secondary-crusher=Split, crush and prepare sub levels of crushing minerals.
thickener=Concentrate fine particulates for further processing.
vacuum-pump=Provides pressurized products.
xyhiphoe-pool=Grow deep ocean alien molluscs that concentrate vanadium from water.
secondary-crusher-mk01=Split, crush and prepare sub levels of crushing minerals.
secondary-crusher-mk02=Split, crush and prepare sub levels of crushing minerals.
secondary-crusher-mk03=Split, crush and prepare sub levels of crushing minerals.
secondary-crusher-mk04=Split, crush and prepare sub levels of crushing minerals.
thickener-mk01=Concentrate fine particulates for further processing.
thickener-mk02=Concentrate fine particulates for further processing.
thickener-mk03=Concentrate fine particulates for further processing.
thickener-mk04=Concentrate fine particulates for further processing.
vacuum-pump-mk01=Provides pressurized products.
vacuum-pump-mk02=Provides pressurized products.
vacuum-pump-mk03=Provides pressurized products.
vacuum-pump-mk04=Provides pressurized products.
xyhiphoe-pool-mk01=Grow deep ocean alien molluscs that concentrate vanadium from water.
xyhiphoe-pool-mk02=Grow deep ocean alien molluscs that concentrate vanadium from water.
xyhiphoe-pool-mk03=Grow deep ocean alien molluscs that concentrate vanadium from water.
xyhiphoe-pool-mk04=Grow deep ocean alien molluscs that concentrate vanadium from water.

[technology-name]
advanced-mining-facilities=Advanced mining facilities
Expand Down

0 comments on commit 6b6bffe

Please sign in to comment.