This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2023-07-18 23:36:25 -07:00
|
|
|
# This is needed for the Github Action
|
|
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
|
|
|
|
|
|
skip_untranslated_strings: 1
|
2022-12-21 13:13:22 -08:00
|
|
|
commit_message: '[ci skip]'
|
2023-07-18 23:36:25 -07:00
|
|
|
preserve_hierarchy: true
|
2022-12-21 13:13:22 -08:00
|
|
|
files:
|
|
|
|
- source: /app/javascript/flavours/glitch/locales/en.json
|
|
|
|
translation: /app/javascript/flavours/glitch/locales/%two_letters_code%.json
|
|
|
|
- source: /config/locales-glitch/en.yml
|
|
|
|
translation: /config/locales-glitch/%two_letters_code%.yml
|
|
|
|
- source: /config/locales-glitch/simple_form.en.yml
|
|
|
|
translation: /config/locales-glitch/simple_form.%two_letters_code%.yml
|