forked from revive-adserver/revive-adserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yaml
33 lines (31 loc) · 926 Bytes
/
crowdin.yaml
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
base_path: .
base_url: https://api.crowdin.com
preserve_hierarchy: true
files:
-
source: '/lib/max/language/en/*.lang.php'
translation: '/lib/max/language/%two_letters_code%/%original_file_name%'
languages_mapping:
two_letters_code:
'es-ES': es
'ru-UA': uk
'sv-SE': sv
'pt-BR': pt_BR
'pt-PT': pt_PT
'zh-CN': zh_CN
'zh-TW': zh_TW
ignore:
- /**/index*
- /**/timezone*
-
source: '/plugins_repo/**/en.po'
translation: '/%original_path%/%two_letters_code%.po'
languages_mapping:
two_letters_code:
'es-ES': es
'ru-UA': uk
'sv-SE': sv
'pt-BR': pt_BR
'pt-PT': pt_PT
'zh-CN': zh_CN
'zh-TW': zh_TW