feat(i18n): add Azerbaijani (az 🇦🇿) language support

- Add az locale to config/i18n.json (source of truth, 42 locales total)
- Create src/i18n/messages/az.json (UI strings from en.json base)
- Create docs/i18n/az/ directory with full documentation set
- Add 🇦🇿 Azərbaycan dili to README.md language bar
- Add az entry to docs/i18n/README.md index (40 doc languages)
- Add az to generate-multilang.mjs LOCALE_SPECS (Google TL: az)
- Add az to i18n_autotranslate.py lang_map
- Update CHANGELOG.md with feat(i18n) entry
This commit is contained in:
diegosouzapw
2026-05-15 01:14:43 -03:00
parent 6c6e8d3f2f
commit 6e392932c2
34 changed files with 21757 additions and 3 deletions

View File

@@ -13,6 +13,14 @@
"english": "Arabic",
"flag": "🇸🇦"
},
{
"code": "az",
"label": "AZ",
"name": "Azərbaycan dili",
"native": "Azərbaycan dili",
"english": "Azerbaijani",
"flag": "🇦🇿"
},
{
"code": "bg",
"label": "BG",