You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found several issues with localization and UI text rendering in the app. Below are the details and requested fixes.
Button text clipping (Missing text truncation)
Issue: Translated words are too long for the buttons and get completely cut off. Content that doesn't fit simply disappears.
Expected behavior: Text should truncate gracefully with an ellipsis (...) at the end if it exceeds the button width.
Missing translation strings for Search Filters. The search filter options do not have corresponding localization keys in the language files.
Missing translation strings for Channel Page Sorting.
I found several issues with localization and UI text rendering in the app. Below are the details and requested fixes.
Issue: Translated words are too long for the buttons and get completely cut off. Content that doesn't fit simply disappears.
Expected behavior: Text should truncate gracefully with an ellipsis (...) at the end if it exceeds the button width.