This commit is contained in:
lesion 2024-11-14 15:55:27 +01:00
parent ddc4fda1d5
commit 0c8c5192e7
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -28,7 +28,7 @@ export default defineNuxtConfig({
locales: Object.keys(locales).map((key: string) => ({
code: key,
// name: locales[key],
file: `${key}.json`,// 'loader.ts',
file: `./${key}.json`,// 'loader.ts',
language: key
})),
langDir: 'locales',