1
PC-20250623MANY\Administrator
2025-08-25 5e06cad922df9f4f3146e43780d709c19fc7046f
src/components/Language/index.vue
@@ -37,26 +37,16 @@
      actions: [
        {
          text: "English",
          icon: require("@/assets/ico/english.png"),
          lang: "en",
        },
        {
          text: "繁体中文",
          icon: require("@/assets/ico/tw.png"),
          lang: "zh-TW",
          text: "中文(繁体)",
          lang: "zh-Hant"
        },
        { text: "हिंदी", icon: require("@/assets/ico/india.png"), lang: "hi" },
        { text: "한국인", icon: require("@/assets/ico/india.png"), lang: "ko" },
        {
          text: "ภาษาไทย",
          icon: require("@/assets/ico/india.png"),
          lang: "th",
        },
        {
          text: "日本語にほんご",
          icon: require("@/assets/ico/india.png"),
          lang: "ja",
        },
        // {
        //   text: "हिंदी",
        //   lang: "hi"
        // },
      ],
    };
  },
@@ -120,4 +110,4 @@
  font-weight: 600;
  margin: 40px 20px 0 20px;
}
</style>
</style>