mirror of https://github.com/beemdevelopment/Aegis
Add Crowdin config file and update crowdin-cli
Co-authored-by: Alexander Bakker <ab@alexbakker.me>pull/1649/head
parent
a5dc861336
commit
03c00d51ba
@ -1,10 +0,0 @@
|
|||||||
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%"
|
|
@ -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%"
|
Loading…
Reference in New Issue