fix: vscode @@locale warning

This commit is contained in:
cialloo
2024-07-26 20:17:50 +08:00
committed by Cialloo
parent 35921e1b05
commit b86e704d45
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{ {
"@@locale": "en",
"mainPage": "Main", "mainPage": "Main",
"aboutPage": "About", "aboutPage": "About",
"logPage": "Log", "logPage": "Log",

View File

@@ -1,4 +1,5 @@
{ {
"@@locale": "zh",
"mainPage": "主页", "mainPage": "主页",
"aboutPage": "关于", "aboutPage": "关于",
"logPage": "日志", "logPage": "日志",