@identitybuilding/idb-react-translations 0.5.59 → 0.5.61

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.
@@ -1140,6 +1140,26 @@ var General = {
1140
1140
  nl: "Exclusief voor volgers",
1141
1141
  fr: "Exclusif aux abonnés",
1142
1142
  en: "Exclusive for followers"
1143
+ },
1144
+ this_week: {
1145
+ nl: "Deze week",
1146
+ fr: "Semaine actuelle",
1147
+ en: "This week"
1148
+ },
1149
+ next_week: {
1150
+ nl: "Volgende week",
1151
+ fr: "Semaine prochaine",
1152
+ en: "Next week"
1153
+ },
1154
+ this_period: {
1155
+ nl: "Huidige periode",
1156
+ fr: "Periode actuelle",
1157
+ en: "This Period"
1158
+ },
1159
+ next_period: {
1160
+ nl: "Volgende periode",
1161
+ fr: "periode suivante",
1162
+ en: "Next Period"
1143
1163
  }
1144
1164
  };
1145
1165
  var _default = General;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.59",
3
+ "version": "0.5.61",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {