Skip to content

Commit 4ce57dd

Browse files
authored
include german translations in i18n.ts
1 parent 656299a commit 4ce57dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/i18n/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { initReactI18next } from "react-i18next";
33
import esTranslation from "./es";
44
import frTranslation from "./fr";
55
import itTranslations from "./it";
6+
import deTranslations from "./de";
7+
68
const resources: Resource = {
79
en: {
810
translation: {},
@@ -16,6 +18,9 @@ const resources: Resource = {
1618
it: {
1719
translation: itTranslations,
1820
},
21+
de: {
22+
translation: deTranslations,
23+
},
1924
};
2025

2126
i18.use(initReactI18next).init({

0 commit comments

Comments
 (0)