Skip to content

Commit 2fcd1a6

Browse files
committed
fix: 修复默认语言
1 parent dde0326 commit 2fcd1a6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/manifest-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.2.1",
55
"manifest_version": 3,
66
"homepage_url": "https://github.com/XYShaoKang/refined-leetcode",
7-
"default_locale": "zh",
7+
"default_locale": "zh_CN",
88
"icons": {
99
"16": "icons/icon-16.png",
1010
"48": "icons/icon-48.png",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"manifest_version": 3,
66
"homepage_url": "https://github.com/XYShaoKang/refined-leetcode",
7-
"default_locale": "zh",
7+
"default_locale": "zh_CN",
88
"icons": {
99
"16": "icons/icon-16.png",
1010
"48": "icons/icon-48.png",

0 commit comments

Comments
 (0)