Skip to content

Commit b4731e4

Browse files
committedNov 9, 2023
Switched to Crowdin CLI
Because: crowdin/android-studio-plugin#115
1 parent fa1d021 commit b4731e4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ tools/config.sh
33
local.properties
44
keystore.properties
55
crowdin.properties
6-
crowdin.yml
76
.gradle
87
.idea/caches
98
.idea/dictionaries

‎crowdin.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
]

0 commit comments

Comments
 (0)
Please sign in to comment.