Skip to content

Commit

Permalink
Merge pull request #14093 from marcusmoore/bug/sc-24389
Browse files Browse the repository at this point in the history
Fixes language source directory for crowdin
  • Loading branch information
snipe committed Jan 3, 2024
2 parents 0d69762 + 08c16b4 commit b23ce6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"files": [
{
"source" : "/resources/lang/en/**/*.php",
"source" : "/resources/lang/en-US/**/*.php",
# https://developer.crowdin.com/configuration-file/#placeholders
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
}
Expand Down

0 comments on commit b23ce6c

Please sign in to comment.