Merge pull request #14093 from marcusmoore/bug/sc-24389
Fixes language source directory for crowdin
This commit is contained in:
commit
b23ce6cfc6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"source" : "/resources/lang/en/**/*.php",
|
"source" : "/resources/lang/en-US/**/*.php",
|
||||||
# https://developer.crowdin.com/configuration-file/#placeholders
|
# https://developer.crowdin.com/configuration-file/#placeholders
|
||||||
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
|
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue