From f4bdd195b0f1e6f842a1fed58f3b7a8d98fe0ae2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:02 +0530 Subject: [PATCH] New translations fonts.json (German) --- src/i18n/locales/de/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/de/rightSidebar/fonts.json diff --git a/src/i18n/locales/de/rightSidebar/fonts.json b/src/i18n/locales/de/rightSidebar/fonts.json new file mode 100644 index 00000000..dbcfe5f2 --- /dev/null +++ b/src/i18n/locales/de/rightSidebar/fonts.json @@ -0,0 +1,7 @@ +{ + "title": "Fonts", + "fontFamily": { + "label": "Font Family", + "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + } +}