aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-06-17 03:38:21 +0700
committerGitHub <[email protected]>2023-06-16 20:38:21 +0000
commit36d1d3a6260067708474d057281d71bf3f95daf1 (patch)
tree5a41c51906a0dabc6aa081b0d3c76a0dceb22122 /src
parentc3b540fa501ba4729350562f38872df35f23818c (diff)
downloadfaker-36d1d3a6260067708474d057281d71bf3f95daf1.tar.xz
faker-36d1d3a6260067708474d057281d71bf3f95daf1.zip
feat(location): add ne postcodes (#2148)
Diffstat (limited to 'src')
-rw-r--r--src/locales/ne/location/index.ts2
-rw-r--r--src/locales/ne/location/postcode.ts2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/locales/ne/location/index.ts b/src/locales/ne/location/index.ts
index 6939f44e..4fd0e9be 100644
--- a/src/locales/ne/location/index.ts
+++ b/src/locales/ne/location/index.ts
@@ -6,6 +6,7 @@ import type { LocationDefinition } from '../../..';
import city_name from './city_name';
import city_pattern from './city_pattern';
import default_country from './default_country';
+import postcode from './postcode';
import state from './state';
import street_pattern from './street_pattern';
@@ -13,6 +14,7 @@ const location: LocationDefinition = {
city_name,
city_pattern,
default_country,
+ postcode,
state,
street_pattern,
};
diff --git a/src/locales/ne/location/postcode.ts b/src/locales/ne/location/postcode.ts
new file mode 100644
index 00000000..b05a8a69
--- /dev/null
+++ b/src/locales/ne/location/postcode.ts
@@ -0,0 +1,2 @@
+// https://www.gpo.gov.np/Home/Postalcode
+export default ['1####', '2####', '3####', '4####', '5####'];