Selaa lähdekoodia

add the no-prefix strategy to vue-i18n

Olivier Massot 1 vuosi sitten
vanhempi
commit
bce10339de
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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',