forked from AnySoftKeyboard/AnySoftKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
48 lines (47 loc) · 1.91 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
project_id: 356
api_token_env: CROWDIN_PERSONAL_TOKEN
base_path: .
base_url: https://api.crowdin.com
preserve_hierarchy: true
files:
- source: /ime/app/src/main/res/values/strings.xml
translation: /ime/app/src/main/res/values-%android_code%/strings.xml
dest: /strings.xml
type: android
update_option: update_without_changes
- source: /ime/remote/src/main/res/values/strings.xml
translation: /ime/remote/src/main/res/values-%android_code%/strings.xml
dest: /remote_strings.xml
type: android
update_option: update_without_changes
- source: /ime/addons/src/main/res/values/strings.xml
translation: /ime/addons/src/main/res/values-%android_code%/strings.xml
dest: /addons_strings.xml
type: android
update_option: update_without_changes
- source: /ime/chewbacca/src/main/res/values/strings.xml
translation: /ime/chewbacca/src/main/res/values-%android_code%/strings.xml
dest: /chewbacca_strings.xml
type: android
update_option: update_without_changes
- source: /ime/releaseinfo/src/main/res/values/strings.xml
translation: /ime/releaseinfo/src/main/res/values-%android_code%/strings.xml
dest: /release_info_strings.xml
type: android
update_option: update_without_changes
- source: /ime/permissions/src/main/res/values/strings.xml
translation: /ime/permissions/src/main/res/values-%android_code%/strings.xml
dest: /permissions_strings.xml
type: android
update_option: update_without_changes
- source: /ime/pixel/src/main/res/values/strings.xml
translation: /ime/pixel/src/main/res/values-%android_code%/strings.xml
dest: /pixel_strings.xml
type: android
update_option: update_without_changes
- source: /addons/base/apk/src/main/res/values/strings.xml
translation: /addons/base/apk/src/main/res/values-%android_code%/strings.xml
dest: /addons_apk_strings.xml
type: android
update_option: update_without_changes