Add translations support (including EN and DE) (close #6)
This commit is contained in:
parent
3b3e921595
commit
8a34d904fb
11 changed files with 236 additions and 11 deletions
4
setup.py
4
setup.py
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue