From faae773b4f502df11461932cbbefa2163b92309a Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Tue, 1 Sep 2020 15:04:14 +0200 Subject: [PATCH] fix: set default language to German --- src/i18n/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index 6201238b..b5efb5c7 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -12,6 +12,7 @@ i18n interpolation: { escapeValue: false, // not needed for React as it escapes by default }, + language: 'de', resources, });