@identitybuilding/idb-react-translations 0.4.113 → 0.4.115

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.
@@ -198,6 +198,16 @@ var CustomerInfo = (_CustomerInfo = {
198
198
  fr: "Je n'ai pas de compte",
199
199
  en: "I don't have an account"
200
200
  },
201
+ ci_create_an_account: {
202
+ nl: "Maak een account aan",
203
+ fr: "Créer un compte",
204
+ en: "Create an account"
205
+ },
206
+ ci_create_account: {
207
+ nl: "Account aanmaken",
208
+ fr: "Créer un compte",
209
+ en: "Create account"
210
+ },
201
211
  // 01 Welcome -----------------------------------------------------------------------------------------
202
212
  welcome_to_local: {
203
213
  nl: "Welkom bij 100% Lokaal",
@@ -33,7 +33,7 @@ var Login = {
33
33
  },
34
34
  password_repeat: {
35
35
  nl: 'Wachtwoord herhalen',
36
- fr: 'Répéter mot de passe',
36
+ fr: 'Répéter le mot de passe',
37
37
  en: 'Repeat password'
38
38
  },
39
39
  password_forgot: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.4.113",
3
+ "version": "0.4.115",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {