Compare commits
1 commit
main
...
feature/cr
Author | SHA1 | Date | |
---|---|---|---|
|
acf52fbe16 |
1 changed files with 24 additions and 0 deletions
24
crowdin.yml
Normal file
24
crowdin.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
project_id: 462614
|
||||||
|
api_token_env: CROWDIN_API_TOKEN
|
||||||
|
base_path: .
|
||||||
|
base_url: https://api.crowdin.com
|
||||||
|
|
||||||
|
preserve_hierarchy: false
|
||||||
|
|
||||||
|
files:
|
||||||
|
- source: /src/i18n/lang/*.json
|
||||||
|
#
|
||||||
|
# Where translations will be placed
|
||||||
|
# e.g. "/resources/%two_letters_code%/%original_file_name%"
|
||||||
|
#
|
||||||
|
translation: /src/i18n/lang/%two_letters_code%/%original_file_name%
|
||||||
|
#
|
||||||
|
# files or directories for ignore
|
||||||
|
# e.g. ["/**/?.txt", "/**/[0-9].txt", "/**/*\?*.txt"]
|
||||||
|
#
|
||||||
|
#"ignore" : [],
|
||||||
|
#
|
||||||
|
# The dest allows you to specify a file name in Crowdin
|
||||||
|
# e.g. "/messages.json"
|
||||||
|
#
|
||||||
|
#"dest" : "",
|
Loading…
Reference in a new issue