@identitybuilding/idb-react-translations 0.5.4 → 0.5.5

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.
@@ -296,6 +296,11 @@ var Login = {
296
296
  fr: 'Cet e-mail est déjà utilisée',
297
297
  en: 'This email is already in use'
298
298
  },
299
+ username_already_in_use: {
300
+ nl: 'Deze username is al in gebruik',
301
+ fr: "Cet nom d'utilisateur est déjà utilisée",
302
+ en: 'This username is already in use'
303
+ },
299
304
  please_enter_username: {
300
305
  nl: 'Gelieve een username in te vullen',
301
306
  fr: "Veuillez entrer un nom d'utilisateur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {