Add example Crowdin CLI config file

This commit is contained in:
Alexander Bakker 2023-08-30 14:00:54 +02:00
parent 8917bb3b94
commit 366c039aff
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
project_id: "372633"
api_token: "<api-token-here>"
base_path: "../app/src/main"
base_url: "https://api.crowdin.com"
preserve_hierarchy: true
files:
- source: "res/values/strings.xml"
dest: "strings.xml"
translation: "res/values-%android_code%/%original_file_name%"

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ captures/
# Keystore files
*.jks
crowdin.properties
.crowdin/config.yml