Skip to content

Commit

Permalink
feat(location): add ne postcodes (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Jun 16, 2023
1 parent c3b540f commit 36d1d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/ne/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ 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';

const location: LocationDefinition = {
city_name,
city_pattern,
default_country,
postcode,
state,
street_pattern,
};
Expand Down
2 changes: 2 additions & 0 deletions src/locales/ne/location/postcode.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// https://www.gpo.gov.np/Home/Postalcode
export default ['1####', '2####', '3####', '4####', '5####'];

0 comments on commit 36d1d3a

Please sign in to comment.