mirror of https://github.com/beemdevelopment/Aegis
Add example Crowdin CLI config file
parent
8917bb3b94
commit
366c039aff
@ -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%"
|
Loading…
Reference in New Issue