mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
kosovo
This commit is contained in:
parent
1d05664d2a
commit
feb1d54495
2 changed files with 16 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ module CountryEnumable
|
|||
VU: 240,
|
||||
WF: 245,
|
||||
WS: 193,
|
||||
XK: 250,
|
||||
YE: 247,
|
||||
YT: 143,
|
||||
ZA: 207,
|
||||
|
|
|
|||
15
config/initializers/iso3166.rb
Normal file
15
config/initializers/iso3166.rb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Kosovo uses the user-assigned code XK (not officially in ISO 3166-1, but widely recognized)
|
||||
ISO3166::Data.register(
|
||||
alpha2: "XK",
|
||||
alpha3: "XKX",
|
||||
country_code: "383",
|
||||
name: "Kosovo",
|
||||
names: ["Kosovo"],
|
||||
unofficial_names: ["Kosovo", "Kosova", "Република Косово"],
|
||||
number: "926",
|
||||
region: "Europe",
|
||||
subregion: "Southern Europe",
|
||||
world_region: "EMEA"
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue