mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-08 06:49:51 -06:00
Add multi-language support using rust-i18n with 6 locales: - English (en) - source of truth - Spanish (es) - German (de) - French (fr) - Chinese (zh) - Russian (ru) Features: - Automatic system locale detection via sys-locale - Manual override via --lang flag or RUSTNET_LANG env var - Translated CLI help text, UI labels, error messages - CI check to ensure all translation keys are consistent The locale is detected before CLI parsing so that --help output is displayed in the user's language.