mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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": [
|
"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…
Reference in a new issue