update packages, fix es, remove nuxtr

This commit is contained in:
Bernd Storath
2025-08-05 08:43:30 +02:00
parent 6b65a8099b
commit e1ed93674d
7 changed files with 1284 additions and 921 deletions
+2
View File
@@ -6,6 +6,7 @@ import ru from './locales/ru.json';
import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
import ko from './locales/ko.json';
import es from './locales/es.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -19,5 +20,6 @@ export default defineI18nConfig(() => ({
'zh-HK': zhhk,
'zh-CN': zhcn,
ko,
es,
},
}));