mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Merge pull request #14093 from marcusmoore/bug/sc-24389
Fixes language source directory for crowdin
This commit is contained in:
commit
b23ce6cfc6
|
@ -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%"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue