فهرست منبع

add the no-prefix strategy to vue-i18n

Olivier Massot 1 سال پیش
والد
کامیت
bce10339de
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      nuxt.config.ts

+ 1 - 0
nuxt.config.ts

@@ -191,6 +191,7 @@ export default defineNuxtConfig({
   i18n: {
     langDir: 'lang',
     lazy: true,
+    strategy: 'no_prefix',
     locales: [
       {
         code: 'en',