Files
worklenz/worklenz-frontend/public/locales/en/project-view.json
chamikaJ ab7ca33ac1 feat(localization): improve translation handling and update UI labels
- Updated the 'board' label in project-view translations for consistency.
- Enhanced the getTabLabel function to include fallback labels for better user experience when translations are not available.
- Implemented translation loading checks in ProjectView to ensure labels are updated correctly based on the selected language.
- Refactored tab label updates to handle translation loading errors gracefully.
2025-07-09 11:58:40 +05:30

14 lines
357 B
JSON

{
"taskList": "Task List",
"board": "Board",
"insights": "Insights",
"files": "Files",
"members": "Members",
"updates": "Updates",
"projectView": "Project View",
"loading": "Loading project...",
"error": "Error loading project",
"pinnedTab": "Pinned as default tab",
"pinTab": "Pin as default tab",
"unpinTab": "Unpin default tab"
}