From 83d908f9ad588c6212909486b68f79e70438b3a1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:19 +0530 Subject: [PATCH] New translations awards.json (Greek) --- src/i18n/locales/el/leftSidebar/awards.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/el/leftSidebar/awards.json diff --git a/src/i18n/locales/el/leftSidebar/awards.json b/src/i18n/locales/el/leftSidebar/awards.json new file mode 100644 index 00000000..4222ec12 --- /dev/null +++ b/src/i18n/locales/el/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." + } +}