From 71914d8edbc44a132498409ff7275f250b7a9ae4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 22 Nov 2020 13:01:26 +0530 Subject: [PATCH 1/4] New translations en.json (French) --- src/i18n/locales/fr.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 1deabf06a..ede52ea33 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -96,6 +96,7 @@ "photograph": "Photo", "firstName": "Prénom", "lastName": "Nom", + "birthDate": "Date de naissance", "address": { "line1": "Adresse (ligne 1)", "line2": "Adresse (ligne 2)", From d9af8286b97d9ef186d0b96a4cfa5689190b615f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 22 Nov 2020 14:02:35 +0530 Subject: [PATCH 2/4] New translations en.json (Dutch) --- src/i18n/locales/nl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json index 8e1ef47d9..6529d13d8 100644 --- a/src/i18n/locales/nl.json +++ b/src/i18n/locales/nl.json @@ -96,6 +96,7 @@ "photograph": "foto", "firstName": "Voornaam", "lastName": "Achternaam", + "birthDate": "Geboortedatum", "address": { "line1": "Adresveld 1", "line2": "Adresveld 2", From a5550d5e64d4c3e33a48bf50ae022cc63f93e0d3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 22 Nov 2020 14:02:37 +0530 Subject: [PATCH 3/4] New translations en.json (Finnish) --- src/i18n/locales/fi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json index c71432969..f0c730aee 100644 --- a/src/i18n/locales/fi.json +++ b/src/i18n/locales/fi.json @@ -96,6 +96,7 @@ "photograph": "Valokuva", "firstName": "Etunimi", "lastName": "Sukunimi", + "birthDate": "Syntymäaika", "address": { "line1": "Osoiterivi 1", "line2": "Osoiterivi 2", From b8701f9fc6fcd3752c4a1a987820e03f5df6ffaa Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 22 Nov 2020 15:42:59 +0530 Subject: [PATCH 4/4] New translations en.json (Danish) --- src/i18n/locales/da.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json index 338d1ea0c..aa643bc29 100644 --- a/src/i18n/locales/da.json +++ b/src/i18n/locales/da.json @@ -96,6 +96,7 @@ "photograph": "Fotografi", "firstName": "Fornavn", "lastName": "Efternavn", + "birthDate": "Fødselsdato", "address": { "line1": "Adresse linie 1", "line2": "Adresse linie 2",