forked from monicahq/monica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
26 lines (26 loc) · 881 Bytes
/
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
commit_message: '[skip ci]'
files:
- source: /resources/lang/en/*.php
translation: /resources/lang/%two_letters_code%/%original_file_name%
languages_mapping:
two_letters_code:
'en-GB' : 'en-GB'
'pt-BR' : 'pt-BR'
'zh-CN' : 'zh'
'zh-TW' : 'zh-TW'
- source: /resources/lang/vendor/confirmation/en/*.php
translation: /resources/lang/vendor/confirmation/%two_letters_code%/%original_file_name%
languages_mapping:
two_letters_code:
'en-GB' : 'en-GB'
'pt-BR' : 'pt-BR'
'zh-CN' : 'zh'
'zh-TW' : 'zh-TW'
- source: /resources/lang/vendor/webauthn/en/*.php
translation: /resources/lang/vendor/webauthn/%two_letters_code%/%original_file_name%
languages_mapping:
two_letters_code:
'en-GB' : 'en-GB'
'pt-BR' : 'pt-BR'
'zh-CN' : 'zh'
'zh-TW' : 'zh-TW'