fix: correct default_locale to zh_CN to match _locales directory

This commit is contained in:
雨霖铃
2026-06-02 14:16:33 +08:00
parent e4e5464be0
commit 92fb853329
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "testing-tools",
"description": "A browser extension providing useful testing tools including timestamp conversion and storage management",
"private": false,
"version": "1.0.0",
"version": "1.0.6",
"license": "MIT",
"type": "module",
"scripts": {
+1 -1
View File
@@ -45,7 +45,7 @@ export default defineConfig({
name: 'Testing Tool',
description: 'A tool for testing web applications.',
version_name: undefined,
default_locale: 'zh',
default_locale: 'zh_CN',
permissions: [
'storage',
'unlimitedStorage',