i18n: add Hindi (hi) translations across all namespaces - #242
Conversation
Adds web-app/src/locales/hi/ (17 namespace files, key-parity verified against en/) and registers hi in the language switcher and Language type.
|
Thank you for this, @bikash1376 — 1,566 lines across all seventeen namespaces is a serious piece of work, and the quality shows in the details. Hindi is a language we've had requests for. I checked it mechanically rather than by eye, since that's where locale PRs usually go wrong:
The wiring is right too: One thing before merge:
|
Adds web-app/src/locales/hi/ (17 namespace files, key-parity verified against en/) and registers hi in the language switcher and Language type.
Describe Your Changes
Adds Hindi as a new language option. All 17 locale namespaces under web-app/src/locales/hi/ are translated, and hi is registered in the language switcher and the Language type.
Went with a spoken/developer friendly register instead of formal textbook Hindi - kept common English terms (GPU, API, save, delete, etc.) as-is since that's how most Hindi-speaking devs actually talk, rather than forcing pure Hindi words for everything.
Verification