mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
Update Crowdin configuration file
This commit is contained in:
parent
3ed8048c99
commit
af6b3dbedc
1 changed files with 5 additions and 7 deletions
12
crowdin.yml
12
crowdin.yml
|
@ -1,10 +1,8 @@
|
||||||
project_id_env: PROJECT_ID_CROWDIN
|
project_id_env: PROJECT_ID_CROWDIN
|
||||||
api_token_env: TOKEN_CROWDIN
|
api_token_env: TOKEN_CROWDIN
|
||||||
base_path: "./lib/l10n"
|
base_path: ./lib/l10n
|
||||||
base_url: "https://api.crowdin.com"
|
base_url: 'https://api.crowdin.com'
|
||||||
|
preserve_hierarchy: 1
|
||||||
preserve_hierarchy: true
|
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- source: "/intl_en.arb"
|
- source: /intl_en.arb
|
||||||
translation: "%original_path%/intl_%two_letters_code%.arb"
|
translation: '%original_path%/intl_%two_letters_code%.arb'
|
||||||
|
|
Loading…
Reference in a new issue