175efb4f73
Also adds transifex client configuration and a shortcut in the run_tests script to compile the message files for Django's use. Fixes bug 1050807. Change-Id: Ic3d7b73d0b7ad0fcb5841a6ac90a2a21653d05be
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[horizon.horizon-translations]
|
|
file_filter = horizon/locale/<lang>/LC_MESSAGES/django.po
|
|
source_lang = en_US
|
|
|
|
[horizon.openstack-dashboard-translations]
|
|
file_filter = openstack_dashboard/locale/<lang>/LC_MESSAGES/django.po
|
|
source_lang = en_US
|
|
|