Skip to content

Commit

Permalink
Add Country data for Kosovo
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 27, 2023
1 parent af9a720 commit 0b4f15b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/initializers/countries.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
ISO3166::Data.register(
alpha2: 'XK',
alpha3: 'XKX',
name: 'Kosovo',
continent: "Europe",
currency_code: 'EUR',
geo: {
latitude: 42.602636,
longitude: 20.902977,
},
translations: {
en: 'Kosovo'
}
)

0 comments on commit 0b4f15b

Please sign in to comment.