Opened 3 years ago
Closed 3 years ago
#4318 closed defect (fixed)
I18n - issues with new I18n resources?
| Reported by: | Gubaer | Owned by: | team |
|---|---|---|---|
| Priority: | critical | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
The preferences dialog shows strange german translations in r2773. See attached screenshot.
"Authentifizierung abbrechen" can't be the correct translation for "Use basic authentication"
"Voreinstellungen verwenden" hardly is the translation for "Use OAuth".
Something wrong with the new I18n resource format?
Attachments (2)
Change History (10)
Changed 3 years ago by Gubaer
comment:1 Changed 3 years ago by Gubaer

comment:2 Changed 3 years ago by Gubaer
- Priority changed from normal to critical
Changed 3 years ago by Claudius Henrichs <claudius.h@…>
comment:3 Changed 3 years ago by Claudius Henrichs <claudius.h@…>
Even worse in the new OAuth dialog. Check the window title and the tab headers.
comment:4 Changed 3 years ago by Jezevec
Confirm this bug for czech and english, whole (mostly) dialog uses wrong phrases from i18n.
comment:5 Changed 3 years ago by stoecker
Ooops, seems the fuzzy strings detection in message converter is wrong. Need to change the code for the file converter.
JOSM is right, only it gets wrong files :-)
Description: fuzzy strings are done by gettext to help translators. These should never be passed through to the application.
comment:6 Changed 3 years ago by stoecker
P.S. Short term help: Translate ALL strings :-)
comment:7 Changed 3 years ago by stoecker
Solved in [o19334].
comment:8 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed


