-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathcrowdin.yml
More file actions
30 lines (24 loc) · 1.37 KB
/
crowdin.yml
File metadata and controls
30 lines (24 loc) · 1.37 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
26
27
28
29
30
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
preserve_hierarchy: true
files:
- source: patches/src/main/resources/addresources/values/reddit/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/reddit/strings.xml
dest: '/Patches/reddit.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/music/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/music/strings.xml
dest: '/Patches/music.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/youtube/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/youtube/strings.xml
dest: '/Patches/youtube.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/shared/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/shared/strings.xml
dest: '/Patches/shared.xml'
skip_untranslated_strings: true
- source: patches/src/main/resources/addresources/values/shared-youtube/strings.xml
translation: patches/src/main/resources/addresources/values-%android_code%/shared-youtube/strings.xml
dest: '/Patches/shared-youtube.xml'
skip_untranslated_strings: true