Skip to content

Commit 4f90953

Browse files
authored
update currency for Croatia (#118)
* update currency for Croatia * add hr as language in eurozone
1 parent c645a9b commit 4f90953

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

data/final/countries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
"iso_3166_2": "HR",
678678
"iso_3166_3": "HRV",
679679
"measurement_system": "metric",
680-
"default_currency": "HRK",
680+
"default_currency": "EUR",
681681
"default_language": "hr",
682682
"languages": [
683683
"hr",

data/final/regions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@
12091209
"HRV"
12101210
],
12111211
"currencies": [
1212-
"HRK"
1212+
"EUR"
12131213
],
12141214
"languages": [
12151215
"hr",
@@ -1869,6 +1869,7 @@
18691869
"FRA",
18701870
"DEU",
18711871
"GRC",
1872+
"HRV",
18721873
"IRL",
18731874
"ITA",
18741875
"LVA",
@@ -1894,6 +1895,7 @@
18941895
"fi",
18951896
"fr",
18961897
"ga",
1898+
"hr",
18971899
"it",
18981900
"lb",
18991901
"lt",

0 commit comments

Comments
 (0)