Compare commits

..

1 Commits

Author SHA1 Message Date
246ccb0afe chore: crowding ci integration.
Some checks failed
Check PR code / translations (pull_request) Failing after 39s
2025-03-09 15:48:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
base_path: "../../../"
files:
- source: /androidApp/src/main/res/values/strings.xml

View File

@ -32,12 +32,11 @@ 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
create_pull_request: false
upload_sources_args: '-c ./.gitea/workflows/assets/crowdin.yml'
download_translations_args: '-c ./.gitea/workflows/assets/crowdin.yml'
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}