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
commit 2e45c4370c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%"
} }
] ]