mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Merge pull request #12782 from marcusmoore/chore/update-crowdin-config
Update CrowdIn configuration to allow nested translations
This commit is contained in:
commit
2e45c4370c
|
@ -3,6 +3,7 @@
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"source" : "/resources/lang/en/**/*.php",
|
"source" : "/resources/lang/en/**/*.php",
|
||||||
"translation" : "/resources/lang/%locale%/%original_file_name%"
|
# https://developer.crowdin.com/configuration-file/#placeholders
|
||||||
|
"translation" : "/resources/lang/%locale%/**/%original_file_name%"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue