diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index c3f9198..ba6eeb7 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -29,6 +29,9 @@ const Languages = () => {
English
+
+ Deutsch
+
日本語
@@ -38,9 +41,6 @@ const Languages = () => {
繁體中文
-
- Deutsch
-
);
diff --git a/src/util/i18n.ts b/src/util/i18n.ts
index 9ec582a..8fc03e4 100644
--- a/src/util/i18n.ts
+++ b/src/util/i18n.ts
@@ -18,10 +18,10 @@ i18n
{
versions: {
en: TRANSLATION_VERSION,
+ de: TRANSLATION_VERSION,
ja: TRANSLATION_VERSION,
'zh-Hans': TRANSLATION_VERSION,
'zh-Hant': TRANSLATION_VERSION,
- de: TRANSLATION_VERSION,
},
},
],