Преглед изворни кода

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',