Updated Crowdin file
This commit is contained in:
parent
c0fb87c7f9
commit
5bff5cb8c0
1 changed files with 8 additions and 3 deletions
11
crowdin.yml
11
crowdin.yml
|
@ -1,3 +1,8 @@
|
||||||
files:
|
"commit_message": "Fixed: New translations %original_file_name% from Crowdin"
|
||||||
- source: /resources/lang/en/**/*.php
|
|
||||||
translation: '**/%original_file_name%'
|
"files": [
|
||||||
|
{
|
||||||
|
"source" : "/resources/lang/en/**/*.php",
|
||||||
|
"translation" : "/resources/lang/%locale%/%original_file_name%"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue