Bugzilla – Bug 8788
Markup "Error:" stays in English in translated error messages on Users panel
Last modified: 2009-10-23 17:49:13 UTC
You need to log in before you can comment on or make changes to this bug.
Created an attachment (id=1895) [details] Sample fix in users-screen.c Error messages displayed on the Users panel like: Error: Passwords do not match. are translated but the markup "Error:" is always in English. Sample fix (diff of users-screen.c) is attached. Points are: - Apply N_() when initializing PasswordErrorMarkup - Apply _() when using PasswordErrorMarkup
Created an attachment (id=1896) [details] ja gui-install.mo to verify the fix with To verification of the i18n fix, replace /usr/share/locale/ja/LC_MESSAGES/gui-install.mo with the attached one and run the fixed gui-install.mo with LC_ALL=ja_JP.UTF-8. If you want to have .mo in other language to test the fix with, please let me know.
Implementing suggested fix of N_() and _() wrapping of string. Code review submitted.
Committed As revision : 4c8dca791a2294dbf9822e78597f955efd79e843
Created an attachment (id=2825) [details] 'error' still in english I can't confirm this on build 124, 'error' still in english (see attachment) --> reopened
Created an attachment (id=2863) [details] Error