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." +}