feat(uttarpradesh): show bilingual Hindi/English titles on demo videos page - #701
Merged
Merged
Conversation
…s page Hindi is now the primary reading on /uttarpradesh/demo, with English as a supporting line underneath, for both the page heading and each video card title. Removes the ngx-translate seeding from the previous cut since the page now always shows both languages at once rather than switching on locale.
vpPavithra
approved these changes
Jul 30, 2026
Santhoshshivaprakash
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
/uttarpradesh/demonow shows Hindi as the primary language with English as a supporting line underneath — for the page heading, subtitle, and both video card titles.Why
Page is shared directly with Uttar Pradesh health workers; requested to lead with Hindi rather than switch on locale.
Changes
src/app/routes/help-videos/help-videos.component.tstitlesplit intotitleHi/titleEn; page heading/subtitle now bilingual constants; removed the ngx-translate seeding (TranslateService,LanguageService,onLangChangere-seed) since the page always shows both languages now instead of switchingsrc/app/routes/help-videos/help-videos.component.htmllang="hi"/lang="en"on each so screen readers switch pronunciationsrc/app/routes/help-videos/help-videos.component.scssSpelling standardized on ई-क्षमता (existing majority spelling in the codebase — 5 occurrences vs 3 of ई-क्षमाता before this page existed).
Verification
sass(no syntax errors)Risk
Low — copy/markup/style only within one standalone page component; no routing or shared-code changes.