Skip to content

Commit 36d1d3a

Browse files
authored
feat(location): add ne postcodes (#2148)
1 parent c3b540f commit 36d1d3a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/locales/ne/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ import type { LocationDefinition } from '../../..';
66
import city_name from './city_name';
77
import city_pattern from './city_pattern';
88
import default_country from './default_country';
9+
import postcode from './postcode';
910
import state from './state';
1011
import street_pattern from './street_pattern';
1112

1213
const location: LocationDefinition = {
1314
city_name,
1415
city_pattern,
1516
default_country,
17+
postcode,
1618
state,
1719
street_pattern,
1820
};
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// https://www.gpo.gov.np/Home/Postalcode
2+
export default ['1####', '2####', '3####', '4####', '5####'];

0 commit comments

Comments
 (0)