Opened 16 years ago
Closed 12 years ago
#925 closed bug (Invalid)
[win32] Broken i18n
Reported by: | alex3d | Owned by: | andar |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | GTK UI | Version: | |
Keywords: | i18n, gtkui, windows, translation | Cc: |
Description
Untranslated strings are shown in some gui parts however these strings have translations in .mo files (in linux these gui parts are translated correctly). Untranslated parts: "add torrents" dialog, preferences dialog, state\tracker sidebar, etc.
Change History (6)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 16 years ago
Setting the LANG variable solves translation problem. Seems that some strings translated according to default Windows locale, other strings translated according to LANG environment variable (which is not set in Windows by default)
comment:3 by , 15 years ago
Milestone: | → 1.4.0 |
---|---|
Owner: | changed from | to
Priority: | major → trivial |
Status: | accepted → assigned |
Version: | 1.1.7 |
comment:4 by , 14 years ago
Component: | windows → gtkui |
---|---|
Summary: | Broken i18n in windows. → [win32] Broken i18n in windows. |
comment:5 by , 14 years ago
Summary: | [win32] Broken i18n in windows. → [win32] Broken i18n |
---|
comment:6 by , 12 years ago
Milestone: | 1.4.0 |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
I am not sure there is anything here to actually fix as GTK translations on Windows are tricky as mentioned in #1105.
Do you have your LANG environment variable set?