feature: i18next first sentence done

This commit is contained in:
Cindy Chang
2024-06-03 12:45:15 +08:00
parent dfd3199d4c
commit cf7c9025ac
3 changed files with 3835 additions and 2 deletions

View File

@@ -8,7 +8,9 @@ i18next
.init({
// 配置你的本地化選項
resources: {
en: enLocale,
en: {
translation: enLocale
},
de: {
translation: {
greeting: 'Hallo!'