Allow downloading nested CrowdIn translations

This commit is contained in:
Marcus Moore 2023-04-04 15:35:31 -07:00
parent ead5293ee0
commit 32351d0e48
No known key found for this signature in database

View file

@ -3,6 +3,7 @@
"files": [ "files": [
{ {
"source" : "/resources/lang/en/**/*.php", "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%"
} }
] ]