-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add Swedish(sv) counties
- Loading branch information
1 parent
4a8499a
commit a6d24b7
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters