Skip to content

Commit c81d132

Browse files
authored
Merge pull request #338 from Niels-NTG/master
[api] realistic Dutch city naming components
2 parents 307bed7 + 2042c77 commit c81d132

File tree

3 files changed

+2539
-28
lines changed

3 files changed

+2539
-28
lines changed

lib/locales/nl/address/city.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module["exports"] = [
2-
"#{Name.first_name}#{city_suffix}",
3-
"#{Name.last_name}#{city_suffix}",
4-
"#{city_prefix} #{Name.first_name}#{city_suffix}",
5-
"#{city_prefix} #{Name.last_name}#{city_suffix}"
2+
"#{city_prefix}#{city_suffix}",
3+
"#{city_prefix}"
64
];

0 commit comments

Comments
 (0)