Skip to content

Conversation

@jayesh-verma-code
Copy link

Fixes: #1250

Fix Summary

I fixed the landing page language issue by aligning it with the existing vue i18n implementation used across the app.

What was done

  • Added useI18n from vue-i18n to the landing/dashboard component
  • Initialized the translation function using const { t } = useI18n()
  • Replaced hardcoded strings with translation keys using $t() in templates
  • Used t() inside computed properties and script logic

Result

The landing page now reacts correctly to locale changes and updates its text immediately, ensuring a consistent, single language experience across the application.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 5, 2026

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.

[🐞 BUG]: Language preference not applied on landing page while applied on subsequent pages

1 participant