mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-03 07:24:52 +08:00
fix(i18n): update VS Code PO paths (#1764)
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"i18n-gettext.localesConfig": {
|
||||
"root": "app",
|
||||
"type": "nested",
|
||||
"type": "flat",
|
||||
"basePath": "src/language",
|
||||
"pattern": "${locale}/${domain}.po",
|
||||
"pattern": "${locale}.po",
|
||||
"defaultDomain": "app",
|
||||
"sourceLanguage": "en"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user