forked from MorpheApp/MicroG-RE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yml
More file actions
25 lines (20 loc) · 1.04 KB
/
crowdin.yml
File metadata and controls
25 lines (20 loc) · 1.04 KB
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
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
preserve_hierarchy: true
files:
- source: '/play-services-base/core/src/main/res/values/strings.xml'
translation: '/play-services-base/core/src/main/res/values-%android_code%/values/strings.xml'
dest: '/microG/base.xml'
skip_untranslated_strings: true
- source: '/play-services-core/src/main/res/values/plurals.xml'
translation: '/play-services-core/src/main/res/values-%android_code%/plurals.xml'
dest: '/microG/core_plurals.xml'
skip_untranslated_strings: true
- source: '/play-services-core/src/main/res/values/strings.xml'
translation: '/play-services-core/src/main/res/values-%android_code%/strings.xml'
dest: '/microG/core.xml'
skip_untranslated_strings: true
- source: '/play-services-core/microg-ui-tools/src/main/res/values/strings.xml'
translation: '/play-services-core/microg-ui-tools/src/main/res/values-%android_code%/strings.xml'
dest: '/microG/core_ui.xml'
skip_untranslated_strings: true