Browse Source

同步前臺和後端語系值

Dev
18300102974 2 years ago
parent
commit
59fad249da
  1. 4
      FrontEnd/nuxt.config.js

4
FrontEnd/nuxt.config.js

@ -149,7 +149,7 @@ export default {
code: "en", code: "en",
iso: "en-EN", iso: "en-EN",
file: "en.json", file: "en.json",
langQuery: "en",
langQuery: "en-US",
title: "English", title: "English",
text: "English (Global)", text: "English (Global)",
}, },
@ -157,7 +157,7 @@ export default {
code: "zh-tw", code: "zh-tw",
iso: "zh-TW", iso: "zh-TW",
file: "zh-tw.json", file: "zh-tw.json",
langQuery: "zhtw",
langQuery: "zh-TW",
title: "繁體中文", title: "繁體中文",
text: "繁體中文(台灣)", text: "繁體中文(台灣)",
}, },

Loading…
Cancel
Save