Merge pull request #12782 from marcusmoore/chore/update-crowdin-config

Update CrowdIn configuration to allow nested translations
This commit is contained in:
snipe
2023-04-05 12:59:20 -07:00
committed by GitHub
+2 -1
View File
@@ -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%"
}
]