Skip to content

Commit ba894d0

Browse files
author
hywax
committed
chore: add FR locales
1 parent 388928c commit ba894d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: nuxt.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ export default defineNuxtConfig({
108108
name: 'Polski',
109109
file: 'pl-PL.json',
110110
},
111+
{
112+
code: 'fr',
113+
iso: 'fr-FR',
114+
name: 'Français',
115+
file: 'fr-FR.json',
116+
},
111117
],
112118
strategy: 'no_prefix',
113119
langDir: 'locales',

0 commit comments

Comments
 (0)