- Use gettext for UI and --help

- Add Welsh using google. Sorry.
This commit is contained in:
Trigg 2022-04-21 17:39:06 +00:00
parent 3239f4da15
commit e3a9d387c1
15 changed files with 1422 additions and 125 deletions

View file

@ -50,6 +50,9 @@ setup(
'Topic :: Communications :: Chat',
'Topic :: Communications :: Conferencing',
],
package_data={
'discover_overlay': ['locales/*/LC_MESSAGES/*.mo']
},
keywords='discord overlay voice linux',
license='GPLv3+',
)