@identitybuilding/idb-react-translations 0.4.99 → 0.4.100

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.
@@ -161,6 +161,11 @@ var MapData = {
161
161
  fr: 'Commune',
162
162
  en: 'Municipality'
163
163
  },
164
+ city: {
165
+ nl: 'Stad',
166
+ fr: 'Ville',
167
+ en: 'City'
168
+ },
164
169
  municipality_name: {
165
170
  nl: 'Gemeentenaam',
166
171
  fr: 'Nom d\'commune',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identitybuilding/idb-react-translations",
3
- "version": "0.4.99",
3
+ "version": "0.4.100",
4
4
  "description": "This module contains all the translations for the whole Entrepreneurs Network.",
5
5
  "main": "dist/Translate.js",
6
6
  "scripts": {