Description of problem: Our translators had to make some changes to translations after the GA. It would be great if you could pull updated translations from zanata ovirt-3.6 version and re-import to the product. Oved advised me that it can be done for 3.6.6. Version-Release number of selected component (if applicable): 3.6
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.
Pushing to 3.6.7, as it seems like it missed 3.6.6
Why? The final build is next week, isn't it?
(In reply to Oved Ourfali from comment #3) > Why? The final build is next week, isn't it? Right, the blockers only build. This isn't one.
Translations from zanata ovirt-3.6 has been re-imported as of May 5, 2016. There were issues with translations in messages in the following documents + keys: * org.ovirt.engine.ui.webadmin.ApplicationMessages [frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/] - cpuInfoLabel * org.ovirt.engine.ui.userportal.ApplicationConstants [frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/] - cpuInfoLabel * org.ovirt.engine.ui.uicompat.UIMessages [frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/] - cpuInfoLabel - cpuInfoMessage Specifically, the issue is the translated messages have 3 replacement arguments while the corresponding GWT i18n message method has 4 arguments. Both ovirt unit tests and GWT compilation tests will detect the error and fail the build. Those 4 keys have been removed from the language files merged to source with patch https://gerrit.ovirt.org/#/c/56993/ while retaining all of the rest of the changes. The following languages had no changes: * German (de) * Spanish (es) * French (fr) * Portuguese, Brazil (pt-BR) * Chinese, Simplified China (zh-Hans-CH) The following languages have changes: * Italian (it) * Japanese (ja) * Korean (ko)
Created attachment 1169847 [details] ja-JP fixed
Created attachment 1169848 [details] ko-KR fixed
Verified the fix. Moving the status to VERIFIED.