mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

Use more horizontal space #14

Open kiliankoe opened 3 years ago

kiliankoe commented 3 years ago

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.

Screen Shot 2021-01-11 at 21 18 45

Thanks for considering!

mohakapt commented 3 years ago

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 3 years ago

Oh that sounds even better 👍