2017-05-11 21:20:42 |
Rob Cresswell |
description |
The following files:
openstack_dashboard/locale/pl_PL/LC_MESSAGES/djangojs.po
openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po
are missing from the Horizon source. They both exist in Zanata, so I'm not sure why they haven't been synced. |
The following files:
openstack_dashboard/locale/pl_PL/LC_MESSAGES/djangojs.po
openstack_dashboard/locale/tr_TR/LC_MESSAGES/djangojs.po
are missing from the Horizon source. They both exist in Zanata.
This is caused by https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/scripts/common_translation_update.sh#n662
This is a bug, because a project is made up of multiple .po files, not one. In the current code, a project could have >40% translated, which might be 50% on translation files from Python, and 30% on JS files (i.e. 'django.po' and 'djangojs.po'. This means the script would only download the 50% python file, which would actually reduce the overall translated strings that are pulled to the project. |
|