Repo created
Some checks failed
build / build (push) Has been cancelled
build / test (push) Has been cancelled

This commit is contained in:
Fr4nz D13trich 2025-12-18 08:31:42 +01:00
commit 3c8e58604e
646 changed files with 69135 additions and 0 deletions

14
crowdin.yml Normal file
View file

@ -0,0 +1,14 @@
project_id: "372633"
preserve_hierarchy: true
base_path: "app/src/main"
base_url: "https://api.crowdin.com"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
files:
- type: "android"
source: "res/values/strings.xml"
dest: "strings.xml"
translation: "res/values-%android_code%/%original_file_name%"
- type: "android"
source: "res/values-v29/strings.xml"
dest: "strings-v29.xml"
translation: "res/values-%android_code%-v29/%original_file_name%"