Add translations support (including EN and DE) (close #6)

This commit is contained in:
coderkun 2017-04-22 15:03:55 +02:00
commit 8a34d904fb
11 changed files with 236 additions and 11 deletions

View file

@ -52,6 +52,10 @@ setup(
"data/gtk.glade",
"data/mcg.css",
"data/noise-texture.png"
]),
(os.path.join('share', 'locale'), [
'locale/en/LC_MESSAGES/mcg.mo',
'locale/de/LC_MESSAGES/mcg.mo'
])
],
classifiers = [