Some languages do not work and other issues
rellikmil opened this issue · 6 comments
Hi there, I moved from ImageGlass because the author put some EULA there. I have to admit that PicView is even simpler than ImageGlass. However, I have a few questions.
I select Russian, but French is set. (I don't know why the list of languages is in Russian, although the default is English; but yeah, Windows on Russian)
If I select Polish, Chinese is enabled (it's not on the list, "китайский" on Russian); if I select French, Korean is enabled; if I select Romanian, Polish is enabled
I also found that the settings window is truncated and you can't scroll down
One last question: how do I make the default file associations enabled in Windows?
One last question: how do I make the default file associations enabled in Windows?
Yeah, I can make it with "Open file as", but it would take a long time if I put each format (PNG, QOI, etc.) separately like this.
The list is in Russian because it gets the translation from your installed version of Windows. I may or may not make a different solution for it.
I'm looking into making a new window where you can select file associations in a future release.
I've tried to make a new version, where I've added scrollbar to the settings window and I've changed the language selection bias. Can you try and see if it fixes it for you? https://sourceforge.net/projects/picview/files/1.9/issue%20114/
No, nothing has changed in the languages. The problem is Chinese, because there are two.
I think it should be zh-Hans and zh-Hant, exactly with dashes, but dashes are not allowed in enumerations, so therein lies the problem. This probably needs to be rewritten somehow, but now I've built a program for myself, so for now, this is the solution.
As for Settings, cool, but UI settings needs scrolling, and size correction too
I've changed the the language selection logic. Does the latest commit work for you?
Yep, works fine, many thanks