Created attachment 929385 [details] Unlocalized language names Description of problem: The window which is displayed when a particular localized guide is not available contains unlocalized language names. Version-Release number of selected component (if applicable): 3.5 How reproducible: 100% Steps to Reproduce: 1. Login to Admin Portal with a locale other than en-US is selected. 2. Click "Guide" 3. Check the window title and contents Actual results: The name of the language is unlocalized Expected results: It should be localized Additional info: Strings are not pushed to localization
@Alexander: can we somehow take the locale-text from languages.properties (i.e. the file that we are using in order to display the locale names for the welcome-page locale drop-down, for example) in case it exists there? [note attachment 929385 [details]: there problem seems to be in both the page title and the page body text]
This should be a straight forward fix, the method that displays the language defaults to the default locale (which is based on the locale of the server, not the browser). And thus defaults to english, but you can pass in the locale to the display the language in. Should be very minor change.
(In reply to Alexander Wels from comment #2) > This should be a straight forward fix, the method that displays the language > defaults to the default locale (which is based on the locale of the server, > not the browser). And thus defaults to english, but you can pass in the > locale to the display the language in. Should be very minor change. thanks. Granting "devel_ack+". as this issue is not extremely severe, I am targeting it for 3.6
Created attachment 1064705 [details] Fixed translated for 'Missing language:{0}'