mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-11 17:42:07 +00:00
Add example Crowdin CLI config file
This commit is contained in:
parent
8917bb3b94
commit
366c039aff
2 changed files with 11 additions and 0 deletions
10
.crowdin/config.example.yml
Normal file
10
.crowdin/config.example.yml
Normal 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
1
.gitignore
vendored
|
@ -40,3 +40,4 @@ captures/
|
|||
# Keystore files
|
||||
*.jks
|
||||
crowdin.properties
|
||||
.crowdin/config.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue