mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 13:35:41 +00:00
Fix language source directory
This commit is contained in:
@ -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%"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user