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
@@ -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',