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.
This commit is contained in:
chamikaJ
2025-07-09 11:58:40 +05:30
parent bc6a15de8f
commit ab7ca33ac1
3 changed files with 93 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"taskList": "Task List",
"board": "Kanban Board",
"board": "Board",
"insights": "Insights",
"files": "Files",
"members": "Members",