From 8460eca75ca2b9fddc90b134633c2c5be50692cf Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 27 Jul 2022 00:39:25 -0700 Subject: [PATCH] Enable czech translation --- frontend/src/components/BottomBar.js | 1 + frontend/src/components/i18n.js | 4 +++- frontend/static/locales/cs.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index 92ad87ff..72ed040b 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -322,6 +322,7 @@ bottomBarDesktop =()=>{
CA
EU
SV
+
CS
) } diff --git a/frontend/src/components/i18n.js b/frontend/src/components/i18n.js index faf68afb..2c5cdac8 100644 --- a/frontend/src/components/i18n.js +++ b/frontend/src/components/i18n.js @@ -14,7 +14,8 @@ import HttpApi from 'i18next-http-backend'; // import translationIT from "../../static/locales/it.json"; // import translationPT from "../../static/locales/pt.json"; // import translationEU from "../../static/locales/eu.json"; -// import translationSV from "../locales/sv.json"; +// import translationSV from "../../static/locales/sv.json"; +// import translationCS from "../../static/locales/cs.json"; i18n .use(HttpApi) @@ -34,6 +35,7 @@ i18n // pt: {translations: translationPT}, // eu: {translations: translationEU}, // sv: {translations: translationSV}, + // cs: {translations: translationCS}, // }, backend:{ diff --git a/frontend/static/locales/cs.json b/frontend/static/locales/cs.json index fcdc8529..435e96a7 100644 --- a/frontend/static/locales/cs.json +++ b/frontend/static/locales/cs.json @@ -181,7 +181,7 @@ "Twitter Official Account":"Oficiální Twitter účet", "RoboSats Telegram Communities":"RoboSats Telegram komunity", "Join RoboSats Spanish speaking community!":"Přidej se k španělsky mluvící RoboSats komunitě!", - "Join RoboSats Russian speaking community!":"Přidej se k rusky mluvící RoboSats komunitě!"", + "Join RoboSats Russian speaking community!":"Přidej se k rusky mluvící RoboSats komunitě!", "Join RoboSats Chinese speaking community!":"Přidej se k čínsky mluvící RoboSats komunitě!", "Join RoboSats English speaking community!":"Přidej se k anglicky mluvící RoboSats komunitě!", "Tell us about a new feature or a bug":"Našel jsi bug nebo novou funkci? Napiš nám ", @@ -271,7 +271,7 @@ "Expires in":"Vyprší za", "{{nickname}} is asking for a collaborative cancel":"{{nickname}} žáda o oboustrané zrušení obchodu", "You asked for a collaborative cancellation":"Žádaš o oboustarné zrušení obchodu", - "Invoice expired. You did not confirm publishing the order in time. Make a new order.":"Invoice vypršela platnost. Zveřejnění objednávky jsi nepotvrdil včas. Proveď novou objednávku.".", + "Invoice expired. You did not confirm publishing the order in time. Make a new order.":"Invoice vypršela platnost. Zveřejnění objednávky jsi nepotvrdil včas. Proveď novou objednávku.", "This order has been cancelled by the maker":"Tato nabídka byla zrušena tvůrcem", "Invoice expired. You did not confirm taking the order in time.":"Invoice vypršela platnost. Přijmutí objednávky jsi nepotvrdil včas.", "Penalty lifted, good to go!":"Pokuta zrušena, lze pokračovat!",