Update Crowdin configuration file
This commit is contained in:
parent
646a2348db
commit
565063d839
29
crowdin.yml
29
crowdin.yml
@ -1,3 +1,28 @@
|
|||||||
files:
|
files:
|
||||||
- source: i18n/??.json
|
- source: '**/*'
|
||||||
translation: /i18n_updates/%two_letters_code%.json
|
ignore:
|
||||||
|
- /i18n
|
||||||
|
- /img
|
||||||
|
- '**/.*'
|
||||||
|
- '**/*.yml'
|
||||||
|
- /Makefile
|
||||||
|
- /*.*
|
||||||
|
- /vendor
|
||||||
|
- /tst
|
||||||
|
- /doc
|
||||||
|
- /.github/
|
||||||
|
- /css
|
||||||
|
- /cfg
|
||||||
|
- /js/test
|
||||||
|
- /js/base*
|
||||||
|
- /js/bootstrap*
|
||||||
|
- /js/*.json*
|
||||||
|
- /js/raw*
|
||||||
|
- /js/common.js
|
||||||
|
- /js/jquery*
|
||||||
|
- /js/kjua*
|
||||||
|
- /js/prettify*
|
||||||
|
- /js/purify*
|
||||||
|
- /js/showdown*
|
||||||
|
- /js/zlib*
|
||||||
|
translation: /i18n/%two_letters_code%.json
|
||||||
|
Loading…
Reference in New Issue
Block a user