Actions
Feature #1341
openLanguage Translation Implementation in Create user, Support, Repors, User manual, chane password pages
Start date:
25/09/2024
Due date:
% Done:
0%
Estimated time:
Deployed In:
Dev Envrionment
Category:
UI
Description
Task Overview:
We need to implement language translation across the following pages:
Create User
Support
Reports
User Manual
Change Password
Steps to Follow:
Create JSON Language Files:
Develop JSON files for each supported language.
Define keys for all text elements on the pages mentioned.
Implement Translation in HTML Files:
Replace static text in the HTML files with the corresponding translation keys from the JSON files.
Update TypeScript (TS) Files:
Ensure that the logic in the TS files retrieves the correct translations based on the user's selected language.
Updated by Keerthi Karri 7 months ago
- Status changed from In Progress to Resolved
Updated by Keerthi Karri 7 months ago
- Status changed from Resolved to Ready for Prod
Actions