3bfca35194
These English po files are not needed anymore, they are the source files. Update run_tests.sh to use the .pot files as source for generation of pseudos. Update transifex config file so that it references the new pot files. Depends-On: Ibd7069c68e458d655a879e552f69f7146b47abc9 Change-Id: I6c6989176fd7c969ad6cb4ecb4ff4f5e4641e723
28 lines
755 B
Plaintext
28 lines
755 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[horizon.horizon-translations]
|
|
file_filter = horizon/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = horizon/locale/django.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[horizon.openstack-dashboard-translations]
|
|
file_filter = openstack_dashboard/locale/<lang>/LC_MESSAGES/django.po
|
|
source_file = openstack_dashboard/locale/django.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[horizon.horizon-js-translations]
|
|
file_filter = horizon/locale/<lang>/LC_MESSAGES/djangojs.po
|
|
source_file = horizon/locale/djangojs.pot
|
|
source_lang = en
|
|
type = PO
|
|
|
|
[horizon.openstack-dashboard-js-translations]
|
|
file_filter = openstack_dashboard/locale/<lang>/LC_MESSAGES/djangojs.po
|
|
source_file = openstack_dashboard/locale/djangojs.pot
|
|
source_lang = en
|
|
type = PO
|
|
|