Skip to content

Commit 2529ca0

Browse files
committed
refactor(i18n): migrate i18n to json format and update configurations
- Rename i18n files to JSON format: en_US.ts -> en_US.json, zh_CN.ts -> zh_CN.json - Update i18n configurations across multiple config files to use new JSON format - Remove legacy i18n.ts file - Update dependencies: - @element-plus/nuxt: 1.1.1 -> 1.1.4 - @nuxtjs/i18n: 9.1.1 -> 10.0.1 - @pinia/nuxt: 0.9.0 -> 0.11.2 - turbo: 2.3.3 -> 2.5.5 - Update package.json scripts and environment variables
1 parent ef54713 commit 2529ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"rimraf": "^6.0.1",
2323
"turbo": "^2.5.5"
2424
},
25-
"packageManager": "pnpm@9.15.1"
25+
"packageManager": "pnpm@10.12.1"
2626
}

0 commit comments

Comments
 (0)