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