@identitybuilding/idb-react-translations 0.5.9 → 0.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -850,9 +850,13 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
850
850
|
fr: "Département",
|
|
851
851
|
en: "Department"
|
|
852
852
|
}), _defineProperty(_CustomerInfo, "date_of_birth", {
|
|
853
|
-
nl: "Geboortedatum",
|
|
853
|
+
nl: "Geboortedatum ",
|
|
854
854
|
fr: "Date de naissance",
|
|
855
855
|
en: "Date of birth"
|
|
856
|
+
}), _defineProperty(_CustomerInfo, "date_of_birth_not_published", {
|
|
857
|
+
nl: "Geboortedatum (wordt niet gepubliceerd)",
|
|
858
|
+
fr: "Date de naissance (ne sera pas publié)",
|
|
859
|
+
en: "Date of birth (will not be published)"
|
|
856
860
|
}), _defineProperty(_CustomerInfo, "avatar", {
|
|
857
861
|
nl: "Afbeelding of avatar",
|
|
858
862
|
fr: "Image ou avatar",
|
package/package.json
CHANGED