mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #14] Use more horizontal space #12
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @kiliankoe on GitHub (Jan 11, 2021).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/14
Thanks for building Stringz so far, it's already proven to be a super valuable tool to quickly see localization strings across all supported languages in a project. Something I'd wish for however would be for language columns to take up a little more space by default, especially the first Key column and have the entire view scroll horizontally.
For reference, this is what it currently looks like in fullscreen mode for me, adjusting the columns at the far right manually is a bit tedious.

Thanks for considering!
@heysem-useinsider commented on GitHub (Jan 12, 2021):
From my own experience localizing my apps whenever I'm working on translating to a new language I would only need 4 columns in the editor (Key, Comment, Base, and the language I'm translating to), and I would rarely need to view all supported language side by side, So right now I'm working on a feature that allows the user to view only the columns they're working on and hide other columns.
I think this feature would help you with your issue as well.
@kiliankoe commented on GitHub (Jan 12, 2021):
Oh that sounds even better 👍