OpenRCT2 / objects

Official objects for OpenRCT2
Creative Commons Attribution 4.0 International
24 stars 36 forks source link

Cannot load full Catalan translation from Localisation repository #191

Closed J0anJosep closed 2 years ago

J0anJosep commented 2 years ago

I am trying to load the Catalan localisation with:

python3 language_load.py -l ca-ES -i ../Localisation/objects/ca-ES.json -v

in my local copies of "objects" and "Localisation" repositories.

This is the result

As you can check, only the objects with ids *.station.* find the correct translation. Other objects have different ids in the *.json files in "Localisation" and "objects" repositories.

As an example, "'Goliath' Sign" has these ids: In Localisation: "rct2.glthent" In objects: "rct2.scenery_large.glthent"

As they have different ids, language_load.py fails to load the translation. I expected all strings would have been loaded. I don't know whether I am missing something here and should run some other script first.

Gymnasiast commented 2 years ago

This is expected as the object IDs have been updated. It’s our responsibility to sync the translations anyway, so don’t worry about it.

J0anJosep commented 2 years ago

Thank you!

I didn't know about it.