From 0ffd363fed4874c8fd0710e1437a7312f6019c88 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:55:20 +0530 Subject: [PATCH] New translations settings.json (Norwegian) --- src/i18n/locales/no/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/no/rightSidebar/settings.json diff --git a/src/i18n/locales/no/rightSidebar/settings.json b/src/i18n/locales/no/rightSidebar/settings.json new file mode 100644 index 00000000..12b19981 --- /dev/null +++ b/src/i18n/locales/no/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