Skip to content

Commit

Permalink
Added Kosovo to country list.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 20, 2012
1 parent 4113010 commit 6e623b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plugins/country_select/lib/country_select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def country_options_for_select(selected = nil, priority_countries = nil)
['Kiribati', 'KI'],
['Korea, Democratic People\'s Republic of', 'KP'],
['Korea, Republic of', 'KR'],
['Kosovo', 'XK'],
['Kuwait', 'KW'],
['Kyrgyzstan', 'KG'],
['Lao People\'s Democratic Republic', 'LA'],
Expand Down Expand Up @@ -406,6 +407,7 @@ def country_options_for_select(selected = nil, priority_countries = nil)
:KI => 'Kiribati',
:KP => 'Korea, Democratic People\'s Republic of',
:KR => 'Korea, Republic of',
:XK => 'Kosovo',
:KW => 'Kuwait',
:KG => 'Kyrgyzstan',
:LA => 'Lao People\'s Democratic Republic',
Expand Down Expand Up @@ -566,4 +568,3 @@ def country_select(method, priority_countries = nil, options = {}, html_options
end
end
end

0 comments on commit 6e623b7

Please sign in to comment.