mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-11 00:02:51 -05:00
Truncated tab text in English #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Dec 13, 2020).
The "Repositories" tab text in the search view is being truncated in English. Making it seem to say "Repositorie"
@shreyas1599 commented on GitHub (Jan 28, 2021):
I was trying this. This is what I could come up with:
but it makes the Tab bar scrollable and looks something like this:
Without creating a container and just making
isScrollable: trueleads to the tabs being centred.The only way to expand the tab is to make
isScrollable: trueas equal space is allocated for all tabs otherwise. An alternative is to just rename "Repositories" as "Repos" but even the notifications tab has a tab named "Participating" which overflows, so renaming does not seem like the best way. @pd4d10 is there any other implementation you can think of?@ghost commented on GitHub (Jan 28, 2021):
Changing the translation to "Repos" would fix the issue, but this problem would likely prop up with other languages, which might not have as easily fixes. Does centering the tabs in the Notifications view fix the truncated text?
@ghost commented on GitHub (Jan 28, 2021):
Since pd4d10 is Chinese, some of the git-touch UI is made expecting a similarly compressed language. Some other UI elements may need to be changed to be more translation friendly. Maybe see how FastHub handles certain views?
@shreyas1599 commented on GitHub (Jan 29, 2021):
All of FastHubs tabs under the page title are scrollable elements
@fitojb commented on GitHub (Mar 13, 2021):
Maybe switching to Roboto Condensed will help a bit