mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
minor
This commit is contained in:
parent
ddc4fda1d5
commit
0c8c5192e7
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue