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.03k stars 162 forks source link

Fix html links color and NL translation building error #476

Closed a-andreyev closed 5 years ago

a-andreyev commented 5 years ago

Fixes #340 Result is system theme link highlight color: imgur

Also faced building error via archlinux AUR qtpass-git: looks like lrelease generates localization/localization_nl_BE.qm and localization/localization_nl_NL.qm even from localization_nl.qm, so I updated qrc list (could be wrong, but working for me :thinking: )

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.02%) to 6.96% when pulling 29e65d7208da068ffe5169e7b530f990eb7da312 on a-andreyev:aa13q/fix-html-links-font-color into 9e730832d11b9a0eb5040e477500d77185beb529 on IJHack:master.

annejan commented 5 years ago

Thanks for the colour fix . .

The translation thing works for me too (had to switch to Dutch to test 😉)

annejan commented 5 years ago

Interestingly enough the two nl_NL.ts and nl_BE.ts files get generated from the one nl.ts

So I'll just replace the one with the two in a later commit 😏