diff --git a/src/locales/nl/location/postcode.ts b/src/locales/nl/location/postcode.ts index f888da9f585..9dbd36918ac 100644 --- a/src/locales/nl/location/postcode.ts +++ b/src/locales/nl/location/postcode.ts @@ -1 +1,11 @@ -export default ['#### ??']; +export default [ + '1### ??', + '2### ??', + '3### ??', + '4### ??', + '5### ??', + '6### ??', + '7### ??', + '8### ??', + '9### ??', +];