Topic: Translation Bug
|
OIPUN Topic Opener |
Posted at:
2025-12-29, 19:29 UTC+1.0
Could someone check the way how the data from Transifex are transferred into .po files. There is a mistake in cz.po for gauls.wad right now. And the mistake is causing that the add-on doesn't work when Czech language is active. The mistake is on lines 3481-3488. The string is not translated in Transifex, but in .po file a wrong string is assigned. I remember having the same issue while translating Sumatrans. There were wrong strings in Encyclopedia when the translation was not completed. Thank you for checking.
Top
Quote
|
|
Nordfriese |
Posted at:
2025-12-29, 20:35 UTC+1.0
It seems that the translation was saved with a fuzzy match that misses a placeholder. I checked the msgmerge documentation and it seems that msgmerge does fuzzy matching by default (which seems a rather unsafe default to me), so the problem was likely introduced by the add-ons server while pulling the translations from Tx. I will update the server to use
Top
Quote
|


