@identitybuilding/idb-react-translations 0.5.32 → 0.5.33
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.
|
@@ -1090,6 +1090,11 @@ var General = {
|
|
|
1090
1090
|
nl: "Ons team",
|
|
1091
1091
|
fr: "Notre équipe",
|
|
1092
1092
|
en: "Our team"
|
|
1093
|
+
},
|
|
1094
|
+
delicious_and_local: {
|
|
1095
|
+
nl: "Lekker lokaal",
|
|
1096
|
+
fr: "Délicieux et locaux",
|
|
1097
|
+
en: "Delicious and local"
|
|
1093
1098
|
}
|
|
1094
1099
|
};
|
|
1095
1100
|
var _default = General;
|
package/package.json
CHANGED