@identitybuilding/idb-react-translations 0.5.92 → 0.5.93

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.
@@ -77,6 +77,12 @@ var User = {
77
77
  fr: 'Entrez votre nom',
78
78
  en: 'Please enter your last name',
79
79
  de: 'Bitte geben Sie Ihren Nachnamen ein'
80
+ },
81
+ who_i_follow: {
82
+ nl: 'WIE VOLG IK?',
83
+ fr: 'QUI JE SUIS ?',
84
+ en: 'Who I follow',
85
+ de: 'Wer ich folge'
80
86
  }
81
87
  };
82
88
  var _default = User;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.92",
3
+ "version": "0.5.93",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {