forked from frakbot/FWeather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yaml
More file actions
41 lines (39 loc) · 1.1 KB
/
crowdin.yaml
File metadata and controls
41 lines (39 loc) · 1.1 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
31
32
33
34
35
36
37
38
39
40
41
# 1. copy this file in your desired path
# 2. set the api_key
# 3. use crowdin-cli -c path/to/config.yaml [more parameters]
# IMPORTANT: never commit the api_key!
project_identifier: fweather
api_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # replace with your own api key
# base_path: /home/office/source-code # don't set this if calling crowdin-cli from the project root
files:
-
source: '/res/values/*.xml'
translation: '/res/values-%android_code%/%original_file_name%'
ignore:
- '/res/values/attrs.xml'
- '/res/values/colors.xml'
- '/res/values/dimens.xml'
- '/res/values/styles.xml'
- '/res/values/themes.xml'
- '/res/values/analytics.xml'
- '/res/values/api_keys.xml'
languages_mapping:
android_code:
'bg': 'bg'
'cs': 'cs'
'de': 'de'
'el': 'el'
'es-ES': 'es'
'fr': 'fr'
'he': 'he'
'hu': 'hu'
'it': 'it'
'nl': 'nl'
'pl': 'pl'
'ro': 'ro'
'ru': 'ru'
'sl': 'sl'
'sk': 'sk'
'sv-SE': 'sv'
'uk': 'uk'
'zh-CN': 'zh'