@identitybuilding/idb-react-translations 0.4.98 → 0.4.99
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.
|
@@ -840,9 +840,9 @@ var CustomerInfo = (_CustomerInfo = {
|
|
|
840
840
|
fr: "Département",
|
|
841
841
|
en: "Department"
|
|
842
842
|
}), _defineProperty(_CustomerInfo, "date_of_birth", {
|
|
843
|
-
nl: "Geboortedatum
|
|
844
|
-
fr: "Date de naissance
|
|
845
|
-
en: "Date of birth
|
|
843
|
+
nl: "Geboortedatum",
|
|
844
|
+
fr: "Date de naissance",
|
|
845
|
+
en: "Date of birth"
|
|
846
846
|
}), _defineProperty(_CustomerInfo, "avatar", {
|
|
847
847
|
nl: "Afbeelding of avatar",
|
|
848
848
|
fr: "Image ou avatar",
|
package/package.json
CHANGED