[0.15] Locale not working
Posted: Thu Apr 27, 2017 4:22 pm
I don't understand why locale stopped working for item and tech name. It was fine in 0.14. Can't see what other mods do differently either even though it works in them. What i see in Factorio is
Unknown key:"technology-name.orecompresstech"
Unknown key:"item-name.compressed-copper-ore"
etc...
In \locale\en\locale.cfg :
The prototypes contain identical id names
Unknown key:"technology-name.orecompresstech"
Unknown key:"item-name.compressed-copper-ore"
etc...
In \locale\en\locale.cfg :
Code: Select all
[technology-name]
orecompresstech = Ore compression
[technology-description]
orecompresstech = Unlocks the crafting recipes to compress and decompress ores
[item-name]
compressed-copper-ore = Compressed copper ore
compressed-iron-ore = Compressed iron ore
compressed-coal = Compressed coal
compressed-stone = Compressed stone
Code: Select all
data:extend({
{
type = "technology",
name = "orecompresstech",
...