root: add transifex config
This commit is contained in:
parent
6135990762
commit
db37863c85
|
@ -0,0 +1,15 @@
|
||||||
|
filters:
|
||||||
|
- filter_type: file
|
||||||
|
# all supported i18n types: https://docs.transifex.com/formats
|
||||||
|
file_format: PO
|
||||||
|
source_language: en
|
||||||
|
source_file: web/src/locales/en.po
|
||||||
|
# path expression to translation files, must contain <lang> placeholder
|
||||||
|
translation_files_expression: 'web/src/locales/<lang>.po'
|
||||||
|
- filter_type: file
|
||||||
|
# all supported i18n types: https://docs.transifex.com/formats
|
||||||
|
file_format: PO
|
||||||
|
source_language: en
|
||||||
|
source_file: locale/en/LC_MESSAGES/django.po
|
||||||
|
# path expression to translation files, must contain <lang> placeholder
|
||||||
|
translation_files_expression: 'locale/<lang>/LC_MESSAGES/django.po'
|
Reference in New Issue