Grubuntu / PieMenu

Fork of PieMenu, with some improvements
8 stars 4 forks source link

Add translation support #27

Closed hasecilu closed 7 months ago

hasecilu commented 7 months ago

To mark strings for translation use translate() it's a placeholder for pylupdate

translate("Context", "String")

The types of menu were not updated to avoid breaking the if statements because are used as keys.

Fix #22