@identitybuilding/idb-react-translations 0.5.2 → 0.5.3

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.
@@ -841,6 +841,11 @@ var General = {
841
841
  fr: "S'inscrire",
842
842
  en: 'Register'
843
843
  },
844
+ log_out: {
845
+ nl: 'Afmelden',
846
+ fr: "Déconnecter",
847
+ en: 'Log out'
848
+ },
844
849
  saved_cmps: {
845
850
  nl: "Opgeslagen promofolders",
846
851
  fr: "Dépliant promos",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {