Allow downloading nested CrowdIn translations
This commit is contained in:
parent
ead5293ee0
commit
32351d0e48
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"files": [
|
||||
{
|
||||
"source" : "/resources/lang/en/**/*.php",
|
||||
"translation" : "/resources/lang/%locale%/%original_file_name%"
|
||||
# https://developer.crowdin.com/configuration-file/#placeholders
|
||||
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue