This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-09-26 16:46:31 +00:00
|
|
|
git:
|
|
|
|
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
|
2023-04-21 10:54:23 +00:00
|
|
|
translation_files_expression: "web/src/locales/<lang>.po"
|
2022-09-26 16:46:31 +00:00
|
|
|
- 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
|
2023-04-21 10:54:23 +00:00
|
|
|
translation_files_expression: "locale/<lang>/LC_MESSAGES/django.po"
|