Topic: Add-On Internationalization
|
OIPUN Topic Opener |
Posted at:
2026-01-21, 08:25 UTC+1.0
My add-on "Field Army" is not translated fully. I tried to investigate on my own, but nothing really works. I tried to place the line "addon = "field_army.wad"" everywhere but without any result. The problematic strings are locals wc_desc and wc_desc1. Both strings are in .po file but the translations are not uploaded. What should I do to make it work?
Top
Quote
|
|
Nordfriese |
Posted at:
2026-01-21, 11:22 UTC+1.0
Only
Top
Quote
|
|
OIPUN Topic Opener |
Posted at:
2026-01-21, 11:49 UTC+1.0
The suggested solution corrects the wc_desc, but wc_desc1 still doesn't work.
Top
Quote
|
|
Nordfriese |
Posted at:
2026-01-21, 11:58 UTC+1.0
Since Also, ngettext returns an already translated string so don't wrap it in another layer of
Top
Quote
|
|
OIPUN Topic Opener |
Posted at:
2026-01-21, 12:07 UTC+1.0
Thank you.
Top
Quote
|


