Skip to content

Commit

Permalink
fix(locale): Dutch phone number (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinvanderVliet committed Sep 21, 2023
1 parent da423b6 commit 005369b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/locales/nl/phone_number/formats.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
export default ['(####) ######', '##########', '06########', '06 #### ####'];
export default [
'(0###) ######',
'06 #### ####',
'0#########',
'06########',
'+31#########',
'+316########',
];

0 comments on commit 005369b

Please sign in to comment.