Actions
Feature #1351
openLanguage Translation Implementation in total application In V18
Start date:
30/09/2024
Due date:
% Done:
0%
Estimated time:
Deployed In:
Dev Envrionment
Category:
Description
Description
Task Overview:
We need to implement language translation across the following pages:
Login,
Dashboard,
Newtickets,
Mytickets,
Change-password,
Create-User,
Support,
Reports,
User-Manual,
Change-Password,
Steps to Follow:
1. Create JSON Language Files:
Develop JSON files for each supported language.
Define keys for all text elements on the pages mentioned.
2. Implement Translation in HTML Files:
Replace static text in the HTML files with the corresponding translation keys from the JSON files.
3. Update TypeScript (TS) Files:
Ensure that the logic in the TS files retrieves the correct translations based on the user's selected language.
Actions