HatScripts / circle-flags

A collection of 400+ minimal circular SVG country, state and language flags
https://hatscripts.github.io/circle-flags
MIT License
986 stars 256 forks source link

iso alpha 2 #46

Closed cedvdb closed 2 years ago

cedvdb commented 2 years ago

a couple of flags are not using their iso alpha 2, like ac, ta, bq. It's easier for automated tools when everything is iso 2.

HatScripts commented 2 years ago

Thanks for pointing this out. I've created symlinks so that ISO alpha-2 exceptional reservations redirect to their associated flags.

So you can now use aliases like so:

<img src="https://hatscripts.github.io/circle-flags/flags/european_union.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/eu.svg" width="48">

<img src="https://hatscripts.github.io/circle-flags/flags/united_nations.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/un.svg" width="48">

<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/uk.svg" width="48">

...which produces this: