wavexx / screenkey

A screencast tool to display your keys inspired by Screenflick
https://www.thregr.org/~wavexx/software/screenkey/
GNU General Public License v3.0
757 stars 66 forks source link

Activate translations #63

Closed djtm closed 6 years ago

djtm commented 6 years ago

The translations are really dusty mostly, because they're still from v. 0.2, except German. But now they work as soon as they are updated.

wavexx commented 6 years ago

So about the locale issue. As far as I can see, the first PR was about adding localedir="po", which is wrong. The locales are "activated" correctly when ./setup.py install is called. The locale files also need to be compiled, so simply adding localedir won't work as expected.

I'm closing as this also includes the mouse stuff present in #65