Skip to content

Localization readiness (i18n) for all user-facing strings#185

Merged
omroy07 merged 3 commits into
omroy07:mainfrom
Aditya8369:167
Jul 4, 2026
Merged

Localization readiness (i18n) for all user-facing strings#185
omroy07 merged 3 commits into
omroy07:mainfrom
Aditya8369:167

Conversation

@Aditya8369

Copy link
Copy Markdown
Contributor

Localization readiness (i18n) groundwork has been added and the major user-facing strings in notifications + weekly report have been refactored to use a localization layer.

Implemented:

Added locales/en.json with i18n keys for notifications + weekly report UI/text.
Added i18n.js providing window.i18n.t(key, params) plus language persistence via localStorage (learnsphere_lang).
Updated notifications.js to replace hardcoded UI and milestone notification strings with t(...) lookups.
Updated weeklyReport.js to replace hardcoded UI and summary text with t(...) lookups.
Added optional _t integration in quizProgress.js and replaced the milestone notification strings there with i18n keys.

closes #167

@vercel

vercel Bot commented Jul 4, 2026

Copy link
Copy Markdown

@Aditya8369 is attempting to deploy a commit to the Om Roy's projects Team on Vercel.

A member of the Team first needs to authorize it.

@omroy07 omroy07 merged commit 688643f into omroy07:main Jul 4, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Localization readiness (i18n) for all user-facing strings

2 participants