@identitybuilding/idb-react-translations 0.5.33 → 0.5.35

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.
@@ -1095,6 +1095,21 @@ 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"
1108
+ },
1109
+ local_products: {
1110
+ nl: "Lokale producten",
1111
+ fr: "Produits locaux",
1112
+ en: "Local products"
1098
1113
  }
1099
1114
  };
1100
1115
  var _default = General;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.33",
3
+ "version": "0.5.35",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {