Opened 13 years ago
Closed 13 years ago
#4318 closed defect (fixed)
I18n - issues with new I18n resources?
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | |
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 13 years ago by
Attachment: | translation-problem.png added |
---|
comment:2 Changed 13 years ago by
Priority: | normal → critical |
---|
Changed 13 years ago by
Attachment: | OAuth_i18n_collisions.png added |
---|
comment:3 Changed 13 years ago by
Even worse in the new OAuth dialog. Check the window title and the tab headers.
comment:4 Changed 13 years ago by
Confirm this bug for czech and english, whole (mostly) dialog uses wrong phrases from i18n.
comment:5 Changed 13 years ago by
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:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |