Update Crowdin configuration file
This commit is contained in:
parent
646a2348db
commit
565063d839
1 changed files with 27 additions and 2 deletions
29
crowdin.yml
29
crowdin.yml
|
@ -1,3 +1,28 @@
|
|||
files:
|
||||
- source: i18n/??.json
|
||||
translation: /i18n_updates/%two_letters_code%.json
|
||||
- source: '**/*'
|
||||
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 a new issue