mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
16 lines
No EOL
369 B
JSON
16 lines
No EOL
369 B
JSON
{
|
|
"i18n-gettext.localesConfig": {
|
|
"root": "app",
|
|
"type": "nested",
|
|
"basePath": "src/language",
|
|
"pattern": "${locale}/${domain}.po",
|
|
"defaultDomain": "app",
|
|
"sourceLanguage": "en"
|
|
},
|
|
"i18n-gettext.translatorConfig": {
|
|
"onlyTranslateUntranslatedAndFuzzy": true,
|
|
"batch": {
|
|
"pageSize": 20
|
|
}
|
|
}
|
|
} |