From abc50326d3d91d752d12ca56f30274332904723f Mon Sep 17 00:00:00 2001 From: nixiesquid Date: Sat, 1 Aug 2020 00:08:34 +0900 Subject: [PATCH] fix languages order --- src/components/Footer.tsx | 6 +++--- src/util/i18n.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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, }, }, ],