fix: replace all /en-us/ paths with /en/ for locale consistency

This commit is contained in:
sanbuphy
2026-02-26 04:42:28 +08:00
parent ef70b1d8e1
commit 311546a2fc
3 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ onMounted(() => {
'zh-cn': '/zh-cn/',
'zh-tw': '/zh-tw/',
'zh-hk': '/zh-tw/',
'en': '/en-us/',
'en-us': '/en-us/',
'en-gb': '/en-us/',
'en': '/en/',
'en-us': '/en/',
'en-gb': '/en/',
'ja': '/ja-jp/',
'ja-jp': '/ja-jp/',
'ko': '/ko-kr/',