chore: update Crowdin configuration file

This commit is contained in:
Yassine Doghri 2022-04-09 14:02:46 +00:00
parent e2046e4b11
commit d20041e407
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
commit_message: "[ci skip]"
files:
- source: /app/Language/en/*.php
translation: /app/Language/%two_letters_code%/%original_file_name%
escape_quotes: 1
translation: /app/Language/%osx_locale%/%original_file_name%
- source: /modules/**/Language/en/*.php
translation: /modules/**/Language/%two_letters_code%/%original_file_name%
escape_quotes: 1
translation: /modules/**/Language/%osx_locale%/%original_file_name%
- source: /docs/src/**/*.md
ignore:
- /docs/src/contributing/*.md
translation: /docs/src/%osx_locale%/**/%original_file_name%