Add fr to the locales definition.

This commit is contained in:
elweyn 2023-11-29 13:16:39 +01:00
parent 836beba9e1
commit 9045defa5d

View File

@ -19,6 +19,10 @@ export default defineUserConfig({
lang: 'de-DE',
title: 'Ocelot.Social',
// description: ''
},
'/fr/': {
lang: 'fr-FR',
title: 'Ocelot.Social',
}
}
})