mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Adds config/i18n.json (41 locales) + JSON-Schema as the single source of truth for the locale list, RTL set, and docs-translation policy. This file is consumed by: - The runtime UI config in src/i18n/config.ts (next commit). - The docs translation pipeline (scripts/i18n/run-translation.mjs, added in a later commit). - The drift checker (scripts/i18n/check-translation-drift.mjs). Fields: - default: source locale (en) - rtl: locale codes rendered right-to-left - uiOnly: locales shipped in UI but not target of docs translation - docsExcluded: locales NOT receiving docs translations (source language) - locales[]: code, label, name, native, english, flag Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>