Skip to content

Commit

Permalink
fix(location): Dutch postal codes can never start with '0' (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinvanderVliet committed Aug 26, 2023
1 parent 3c839bf commit f195e06
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/locales/nl/location/postcode.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
export default ['#### ??'];
export default [
'1### ??',
'2### ??',
'3### ??',
'4### ??',
'5### ??',
'6### ??',
'7### ??',
'8### ??',
'9### ??',
];

0 comments on commit f195e06

Please sign in to comment.