mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-14 02:42:24 +03:00
Batch 1 of the locale-expansion plan: Greek, Croatian, Serbian, Lithuanian,
Estonian, Latvian, Slovenian, Maltese and Irish across every surface —
dashboard catalog, docs mirrors, CLI catalog, README, locale index and the
marketing site. OmniRoute now ships all 24 official EU languages (51 locales).
Also fixes two defects the batch exposed:
- The placeholder-parity gate matched every "{…}" pair, so an ICU plural branch
body (other {s}) counted as an argument named "s" and any correct plural
translation was reported as drift. The scanner now follows the ICU grammar.
Three translations that invented a {count} argument the English source never
defines were corrected, as was one Irish string that translated the argument
name itself.
- Language bars linked to mirrors that do not exist: docs/guides/I18N.md is
English-only by design yet keeps legacy mirrors, so every new locale got a
dead link. Bars now skip locales without a mirror on disk.
title, version, lastUpdated
| title | version | lastUpdated |
|---|---|---|
| Flag icons | 3.8.50 | 2026-08-06 |
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
(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