fix(i18n): update VS Code PO paths (#1764)

This commit is contained in:
Jacky
2026-07-29 11:21:29 +08:00
committed by GitHub
parent 64f0e8b276
commit 06721bf8e3

View File

@@ -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"
},