Skip to content

Lang switcher: add Hindi flag + native name - #150

Merged
WebTigers merged 1 commit into
mainfrom
fix/lang-switcher-hindi
Aug 20, 2026
Merged

Lang switcher: add Hindi flag + native name#150
WebTigers merged 1 commit into
mainfrom
fix/lang-switcher-hindi

Conversation

@WebTigers

Copy link
Copy Markdown
Owner

The language switcher's flag/name map was missing hi (added to tiger.i18n.locales in the i18n sprint), so Hindi rendered the fallback — a 🌐 globe + strtoupper('hi') = HI. Added 'hi' => ['🇮🇳', 'हिन्दी'] (India flag + native Devanagari name), matching the other native labels (Español, Português, …).

🤖 Generated with Claude Code

The switcher's flag/name map had en/es/fr/de/pt/it but not 'hi' (added to
tiger.i18n.locales in the i18n sprint), so Hindi rendered the fallback
[globe, strtoupper(code)]. Add the India flag + native Devanagari name.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@WebTigers
WebTigers merged commit f399d49 into main Aug 20, 2026
13 checks passed
@WebTigers
WebTigers deleted the fix/lang-switcher-hindi branch August 20, 2026 14:12
@WebTigers WebTigers mentioned this pull request Aug 20, 2026
WebTigers added a commit that referenced this pull request Aug 20, 2026
- Lang switcher: add Hindi (🇮🇳 हिन्दी) — was falling back to globe + "HI". (#150)
- Marketing pages: LatAm-Spanish variants (/es/vibe etc.) + locale-aware view
  resolution in IndexController (renders index/<action>.<locale>.phtml when
  present, else the English default). (#151)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant