From f26af4eb1ce87788048390dcd3934ffb29955f59 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:24 +0530 Subject: [PATCH] New translations awards.json (Dutch) --- src/i18n/locales/nl/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/awards.json diff --git a/src/i18n/locales/nl/leftSidebar/awards.json b/src/i18n/locales/nl/leftSidebar/awards.json new file mode 100644 index 00000000..4222ec12 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/awards.json @@ -0,0 +1,13 @@ +{ + "title": { + "label": "Title", + "placeholder": "Math & Science Olympiad" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "First Place, International Level" + }, + "description": { + "placeholder": "You can write about what qualities made you succeed in getting this award." + } +}