mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Flag emoji (regional-indicator) do not render on Windows and several Safari/WebKit configs, breaking the 'In 42+ languages' table there. Replace each emoji with a local SVG <img> from flag-icons (MIT), served from docs/assets/flags/ so the language selector renders everywhere. Also convert the 5 'Document | Description' reference tables to definition lists — full-width and scroll-free on GitHub (tables are capped at width:max-content and scroll horizontally on narrow viewports).
20 lines
738 B
Markdown
20 lines
738 B
Markdown
# Flag icons
|
|
|
|
SVG country flags used by the language selector in the root `README.md`.
|
|
|
|
They are served locally (instead of Unicode flag emoji) because regional-indicator
|
|
flag emoji do **not** render on Windows and several Safari/WebKit configurations,
|
|
which broke the "In 43 languages" table on those platforms.
|
|
|
|
## Source & license
|
|
|
|
Flags are from [lipis/flag-icons](https://github.com/lipis/flag-icons)
|
|
(`flags/4x3/`), licensed **MIT**. Each file is named by its ISO 3166-1 alpha-2
|
|
country code (e.g. `br.svg`, `us.svg`). The six Indian-language cells (`in`, `hi`,
|
|
`gu`, `mr`, `ta`, `te`) reuse the single `in.svg`.
|
|
|
|
```
|
|
MIT License — Copyright (c) 2013 Panayiotis Lipiridis
|
|
https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
```
|