-
-
Notifications
You must be signed in to change notification settings - Fork 929
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 states for Croatia (hr) (#2142)
* feat(locale): add states for Croatia (hr) * county should duplicate state --------- Co-authored-by: ST-DDT <ST-DDT@gmx.de>
- Loading branch information
1 parent
604d52d
commit 8a6ce49
Showing
3 changed files
with
30 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,3 @@ | ||
// Since first-level administrative regions of Croatia are called "counties" we return them both from the state() and county() methods | ||
import state from './state'; | ||
export default state; |
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
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 [ | ||
'Bjelovarsko-bilogorska', | ||
'Brodsko-posavska', | ||
'Dubrovačko-neretvanska', | ||
'Grad Zagreb', | ||
'Istarska', | ||
'Karlovačka', | ||
'Koprivničko-križevačka', | ||
'Krapinsko-zagorska', | ||
'Ličko-senjska', | ||
'Međimurska', | ||
'Osječko-baranjska', | ||
'Požeško-slavonska', | ||
'Primorsko-goranska', | ||
'Sisačko-moslavačka', | ||
'Splitsko-dalmatinska', | ||
'Šibensko-kninska', | ||
'Varaždinska', | ||
'Virovitičko-podravska', | ||
'Vukovarsko-srijemska', | ||
'Zadarska', | ||
'Zagrebačka', | ||
]; |