GNOME Bugzilla – Bug 754916
UI messages from roomStack.js are not translatable
Last modified: 2015-09-16 17:21:05 UTC
Created attachment 311198 [details] Image of untranslatable messages UI messages from roomStack.js are not translatable. We need to fix the following two problems with this bug: 1. POTFILES.in does not have roomStack.js. 2. Some messages are not wrapped with gettext in roomStack.js. (e.g. "Begin chatting by adding a new connection.") Patches are coming. They doesn't break the string freeze, because the messages already exist.
Created attachment 311199 [details] [review] Add src/roomStack.js to POTFILES.in
Created attachment 311200 [details] [review] roomStack: Mark strings as translatable
Created attachment 311201 [details] [review] roomStack: Mark app name "Polari" as translatable And additional patch. However, I'm not sure if you'd like this 3rd patch for 3.18. It will break the string freeze (the previous two patches don't). But it makes sense, because some languages (i.e. eo, ko, ne, pa, sr, te, uk) translate the app name "Polari" into their own word.
(In reply to Jiro Matsuzawa from comment #3) > I'm not sure if you'd like this 3rd patch for 3.18. It will break the string > freeze I don't think so - the string "Polari" is already marked for translation in the .desktop file, so the change should be fine. Also, provided that we *are* already localizing the name in the context of the .desktop file, it makes sense to be consistent elsewhere and apply the patch.
Attachment 311199 [details] pushed as 256069f - Add src/roomStack.js to POTFILES.in Attachment 311200 [details] pushed as bdd58c5 - roomStack: Mark strings as translatable Attachment 311201 [details] pushed as 6f5e06d - roomStack: Mark app name "Polari" as translatable