@identitybuilding/idb-react-translations 0.4.107 → 0.4.109

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.
@@ -805,6 +805,16 @@ var General = {
805
805
  nl: 'Publicaties',
806
806
  fr: "Publications",
807
807
  en: 'Publications'
808
+ },
809
+ preferred_language: {
810
+ nl: 'Taalvoorkeur',
811
+ fr: 'Préférence de langue',
812
+ en: 'Preferred language'
813
+ },
814
+ email_or_username: {
815
+ nl: 'E-mailadres of gebruikersnaam',
816
+ fr: "E-mail ou nom d'utilisateur",
817
+ en: 'E-mail or username'
808
818
  }
809
819
  };
810
820
  var _default = General;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.4.107",
3
+ "version": "0.4.109",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {