IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.01k stars 158 forks source link

[BUG] Automatic language selection does not follow system settings #631

Open xmgz opened 1 year ago

xmgz commented 1 year ago

I think this issue is related to https://github.com/IJHack/QtPass/issues/352 closed issue, so might be a duplicate

Describe the bug qtpass does not follow system language, in my case gl_ES, so it uses default english.

To Reproduce install qtpass from official repository and open it.

Expected behavior qtpass dialogs a menus following system settings

Desktop (please complete the following information):

Additional context language file is your master branch, updated from weblate (I'm translator there)

As the same behaviour happens on totally different systems I presume somewhere in the code language settings are not following the standard procedure (as any other KDE app)

I have tried to launch qtpass using https://github.com/IJHack/QtPass/issues/352#issuecomment-364659554 to manually select language but it did not work.

Thank you.