From f0c9bd1df1c1038a9717a8a992b2cede57ee23f2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:02 +0530 Subject: [PATCH] New translations app.json (Finnish) --- src/i18n/locales/fi/app/app.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/i18n/locales/fi/app/app.json diff --git a/src/i18n/locales/fi/app/app.json b/src/i18n/locales/fi/app/app.json new file mode 100644 index 00000000..861e3ad5 --- /dev/null +++ b/src/i18n/locales/fi/app/app.json @@ -0,0 +1,25 @@ +{ + "heading": { + "placeholder": "Heading" + }, + "item": { + "add": "Add {{- heading}}", + "startDate": { + "label": "Start Date", + "placeholder": "March 2018" + }, + "endDate": { + "label": "End Date", + "placeholder": "March 2022" + }, + "description": { + "label": "Description" + } + }, + "buttons": { + "add": { + "label": "Add" + } + }, + "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." +}