Skip to content

Commit

Permalink
feat(locale): add Swedish(sv) counties
Browse files Browse the repository at this point in the history
  • Loading branch information
johanholmerin committed Oct 1, 2024
1 parent 4a8499a commit a6d24b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/locales/sv/location/county.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
export default [
'Blekinge län',
'Dalarnas län',
'Gotlands län',
'Gävleborgs län',
'Hallands län',
'Jämtlands län',
'Jönköpings län',
'Kalmar län',
'Kronobergs län',
'Norrbottens län',
'Skåne län',
'Stockholms län',
'Södermanlands län',
'Uppsala län',
'Värmlands län',
'Västerbottens län',
'Västernorrlands län',
'Västmanlands län',
'Västra Götalands län',
'Örebro län',
'Östergötlands län',
];
2 changes: 2 additions & 0 deletions src/locales/sv/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import city_prefix from './city_prefix';
import city_suffix from './city_suffix';
import common_street_suffix from './common_street_suffix';
import country from './country';
import county from './county';
import postcode from './postcode';
import secondary_address from './secondary_address';
import state from './state';
Expand All @@ -25,6 +26,7 @@ const location: LocationDefinition = {
city_suffix,
common_street_suffix,
country,
county,
postcode,
secondary_address,
state,
Expand Down

0 comments on commit a6d24b7

Please sign in to comment.