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
956 stars 48 forks source link

Allow translations table to scroll horizontally #25

Open samuelbradshaw opened 3 years ago

samuelbradshaw commented 3 years ago

I just learned about this app today, and I'm excited to start using it!

Because my project has a lot of languages, I'm seeing an issue where each column is really small by default, and when I manually expand a column, the columns at the end get even smaller.

Is it possible for the view to scroll horizontally, so that columns can be wider?

Screen Shot 2021-09-14 at 12 56 35 PM Screen Shot 2021-09-14 at 12 57 09 PM
mohakapt commented 3 years ago

Hi, I know how unusable the app gets when there are more than 5 languages, a horizontal scroll might make it a bit better but I don't think It completely solves the problem. That's why I was working on a way to hide all columns and keep only the ones currently needed.

But I'll add the horizontal scroll anyways since it's a lot easier to implement.

samuelbradshaw commented 3 years ago

Thanks! I frequently need to reference several languages at once, copying translations in and out from different sources, so for me, horizontal scrolling with all languages visible is more useful than only showing some of the columns. I think both solutions could be useful, though, for different use cases.