mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
10 lines
No EOL
324 B
Ruby
10 lines
No EOL
324 B
Ruby
# Add EU for legacy support
|
|
ISO3166::Data.register(
|
|
alpha2: "EU",
|
|
name: 'Europe',
|
|
translations: {
|
|
en: 'Europe'
|
|
}
|
|
)
|
|
# Remove countries which don't have their flag represented in flags.png and are not independent according to ISO3166
|
|
%w{AQ BQ IM JE CW GG MF}.each {|code| ISO3166::Data.unregister code} |