From 2a43560176b55924d24f0026c55ba5d2b2b50800 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 2 Apr 2021 18:52:13 +0300 Subject: [PATCH] Pull request: client: imp locale detection Merge in DNS/adguard-home from imp-i18n to master Squashed commit of the following: commit f620ca70b2aba2937cf4c2236ca756329d9f38df Author: Ainar Garipov Date: Fri Apr 2 18:27:53 2021 +0300 client: imp locale detection --- client/src/i18n.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/i18n.js b/client/src/i18n.js index e58f4b41..7e3ffc19 100644 --- a/client/src/i18n.js +++ b/client/src/i18n.js @@ -43,6 +43,9 @@ const resources = { en: { translation: en, }, + enUS: { + translation: en, + }, vi: { translation: vi, },