From 4fc1b983bee0f595fc251ecca46ba070eb78adc0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:40 +0530 Subject: [PATCH] New translations settings.json (French) --- src/i18n/locales/fr/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/fr/rightSidebar/settings.json diff --git a/src/i18n/locales/fr/rightSidebar/settings.json b/src/i18n/locales/fr/rightSidebar/settings.json new file mode 100644 index 00000000..12b19981 --- /dev/null +++ b/src/i18n/locales/fr/rightSidebar/settings.json @@ -0,0 +1,7 @@ +{ + "title": "Settings", + "language": { + "label": "Language", + "helpText": "If you would like to help translate the app into your own language, please refer the <1>Translation Documentation." + } +} \ No newline at end of file