Compare commits

..

1 Commits

Author SHA1 Message Date
143447ae83 chore: crowding ci integration.
Some checks failed
Check PR code / translations (pull_request) Failing after 41s
2025-03-09 15:20:59 +01:00
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: /androidApp/src/main/res/values/strings.xml
translation: /androidApp/src/main/res/values-%android_code%/%original_file_name%
translate_attributes: '0'
content_segmentation: '0'
preserve_hierarchy: true

View File

@ -30,6 +30,7 @@ jobs:
- name: crowdin action
uses: crowdin/github-action@v2
with:
config: '.gitea/workflows/assets/crowdin.yml'
upload_sources: true
upload_translations: false
download_translations: true