nginx-ui/.vscode/settings.json
2025-05-06 22:45:04 +08:00

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
}
}
}