@identitybuilding/idb-react-translations 0.5.33 → 0.5.34
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.
- package/dist/translations/General.js +10 -0
- package/package.json +1 -1
|
@@ -1095,6 +1095,16 @@ var General = {
|
|
|
1095
1095
|
nl: "Lekker lokaal",
|
|
1096
1096
|
fr: "Délicieux et locaux",
|
|
1097
1097
|
en: "Delicious and local"
|
|
1098
|
+
},
|
|
1099
|
+
our_valuable_assets: {
|
|
1100
|
+
nl: "Onze troeven",
|
|
1101
|
+
fr: "Nos atouts",
|
|
1102
|
+
en: "Our valuable assets"
|
|
1103
|
+
},
|
|
1104
|
+
wholesale: {
|
|
1105
|
+
nl: "Groothandel",
|
|
1106
|
+
fr: "De gros",
|
|
1107
|
+
en: "Wholesale"
|
|
1098
1108
|
}
|
|
1099
1109
|
};
|
|
1100
1110
|
var _default = General;
|
package/package.json
CHANGED