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