Skip to content

Commit

Permalink
Prevent 'St' as a suffix in NL streetnames. Add Jr and Sr. Addressing p…
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry committed Sep 7, 2021
1 parent 7112eb2 commit 40d7c02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
junior|jr|jnr
senior|sr|snr
# st is not a personal suffix in Dutch
!st
2 changes: 1 addition & 1 deletion test/address.nld.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const testcase = (test, common) => {
])

assert('St Ludgerusstraat, Utrecht', [
{ street: 'St Ludgerusstraat' }, { locality: 'Utrecht' }
{ street: 'Ludgerusstraat' }, { locality: 'Utrecht' }
])

assert('Lange Groenendaal, Gouda', [
Expand Down

0 comments on commit 40d7c02

Please sign in to comment.