File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ tools/config.sh
3
3
local.properties
4
4
keystore.properties
5
5
crowdin.properties
6
- crowdin.yml
7
6
.gradle
8
7
.idea /caches
9
8
.idea /dictionaries
Original file line number Diff line number Diff line change
1
+ # https://crowdin.github.io/crowdin-cli/installation#debian
2
+ # https://developer.crowdin.com/configuration-file/
3
+ # crowdin download --branch=master
4
+
5
+ " project_id_env " : " CROWDIN_PROJECT_ID"
6
+ " api_token_env " : " CROWDIN_PERSONAL_TOKEN"
7
+ " base_path " : " /home/marcel/email"
8
+ " base_url " : " https://api.crowdin.com"
9
+
10
+ files : [
11
+ {
12
+ " source " : " /SETUP.md" ,
13
+ " translation " : " /app/src/main/assets/SETUP-%android_code%.md" ,
14
+ },
15
+ {
16
+ " source " : " /app/src/main/res/values/strings.xml" ,
17
+ " translation " : " /app/src/main/res/values-%android_code%/%original_file_name%" ,
18
+ }
19
+ ]
You can’t perform that action at this time.
0 commit comments