2024-01-09 14:30:36 +00:00
|
|
|
#
|
|
|
|
|
# Your crowdin's credentials
|
|
|
|
|
#
|
2025-01-15 20:25:08 +00:00
|
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
2024-01-09 14:30:36 +00:00
|
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
|
|
|
base_path_env: CROWDIN_BASE_PATH
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Choose file structure in crowdin
|
|
|
|
|
# e.g. true or false
|
|
|
|
|
#
|
|
|
|
|
preserve_hierarchy: true
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Files configuration
|
|
|
|
|
#
|
|
|
|
|
files: [
|
2025-01-15 20:25:08 +00:00
|
|
|
{
|
|
|
|
|
source : "/backend/locale/django.pot",
|
|
|
|
|
dest: "/backend-impress.pot",
|
|
|
|
|
translation : "/backend/locale/%locale_with_underscore%/LC_MESSAGES/django.po"
|
|
|
|
|
},
|
2024-04-02 14:19:35 +00:00
|
|
|
{
|
|
|
|
|
source: "/frontend/packages/i18n/locales/impress/translations-crowdin.json",
|
2024-04-03 10:44:57 +00:00
|
|
|
dest: "/frontend-impress.json",
|
2024-04-02 14:19:35 +00:00
|
|
|
translation: "/frontend/packages/i18n/locales/impress/%two_letters_code%/translations.json",
|
|
|
|
|
skip_untranslated_strings: true,
|
|
|
|
|
},
|
2024-01-09 14:30:36 +00:00
|
|
|
]
|