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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"taskList": "Task List",
|
||||
"board": "Kanban Board",
|
||||
"board": "Board",
|
||||
"insights": "Insights",
|
||||
"files": "Files",
|
||||
"members": "Members",
|
||||
|
||||
Reference in New Issue
Block a user