diff --git a/front/components/Drawer/I18nSwitchDrawer.vue b/front/components/Drawer/I18nSwitchDrawer.vue new file mode 100644 index 0000000..bdb93b6 --- /dev/null +++ b/front/components/Drawer/I18nSwitchDrawer.vue @@ -0,0 +1,41 @@ + + + + + {{ t("i18n.switchLocale") }} + switchLocale(locale)" + > + {{ localeMap?.[locale as keyof typeof localeMap] }} + + +