mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Fix language source directory
This commit is contained in:
parent
0d697629aa
commit
08c16b4435
|
@ -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