fix: correct default_locale to zh_CN to match _locales directory
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "testing-tools",
|
"name": "testing-tools",
|
||||||
"description": "A browser extension providing useful testing tools including timestamp conversion and storage management",
|
"description": "A browser extension providing useful testing tools including timestamp conversion and storage management",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.0",
|
"version": "1.0.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@ export default defineConfig({
|
|||||||
name: 'Testing Tool',
|
name: 'Testing Tool',
|
||||||
description: 'A tool for testing web applications.',
|
description: 'A tool for testing web applications.',
|
||||||
version_name: undefined,
|
version_name: undefined,
|
||||||
default_locale: 'zh',
|
default_locale: 'zh_CN',
|
||||||
permissions: [
|
permissions: [
|
||||||
'storage',
|
'storage',
|
||||||
'unlimitedStorage',
|
'unlimitedStorage',
|
||||||
|
|||||||
Reference in New Issue
Block a user