Update Crowdin configuration file
This commit is contained in:
parent
54dcc35d80
commit
2239ec7450
|
@ -2,7 +2,8 @@ files:
|
||||||
- source: /docs/**/*.md
|
- source: /docs/**/*.md
|
||||||
ignore:
|
ignore:
|
||||||
- /docs/%two_letters_code%
|
- /docs/%two_letters_code%
|
||||||
|
- /docs/%locale%
|
||||||
- /docs/guide
|
- /docs/guide
|
||||||
translation: /docs/%two_letters_code%/**/%original_file_name%
|
translation: /docs/%locale%/**/%original_file_name%
|
||||||
- source: /README.md
|
- source: /README.md
|
||||||
translation: /translations/%file_name%.%two_letters_code%.%file_extension%
|
translation: /translations/%file_name%.%locale%.%file_extension%
|
||||||
|
|
Loading…
Reference in New Issue