From 5d711467e50910d238ad9387b0fdb0941b0db0ae Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 3 Aug 2022 05:43:28 -0700 Subject: [PATCH] Enable Thai translation --- frontend/src/components/BottomBar.js | 5 +++-- frontend/src/components/i18n.js | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index 72ed040b..11d5923c 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -319,10 +319,11 @@ bottomBarDesktop =()=>{
IT
PT
ZH
-
CA
-
EU
SV
CS
+
TH
+
CA
+
EU
) } diff --git a/frontend/src/components/i18n.js b/frontend/src/components/i18n.js index 2c5cdac8..c206fee0 100644 --- a/frontend/src/components/i18n.js +++ b/frontend/src/components/i18n.js @@ -13,9 +13,7 @@ import HttpApi from 'i18next-http-backend'; // import translationCA from "../../static/locales/ca.json"; // import translationIT from "../../static/locales/it.json"; // import translationPT from "../../static/locales/pt.json"; -// import translationEU from "../../static/locales/eu.json"; -// import translationSV from "../../static/locales/sv.json"; -// import translationCS from "../../static/locales/cs.json"; +// import translationEU from "../../static/locales/th.json"; i18n .use(HttpApi) @@ -36,6 +34,7 @@ i18n // eu: {translations: translationEU}, // sv: {translations: translationSV}, // cs: {translations: translationCS}, + // th: {translations: translationCS}, // }, backend:{