__init__.py (screenkey-1.4) | : | __init__.py (screenkey-1.5) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
import os.path | import os.path | |||
import gettext | import gettext | |||
MODULE_DIR = os.path.join(os.path.dirname(__file__)) | MODULE_DIR = os.path.join(os.path.dirname(__file__)) | |||
gettext.install('screenkey', os.path.join(MODULE_DIR, 'locale')) | gettext.install('screenkey', os.path.join(MODULE_DIR, 'locale')) | |||
# Screenkey version | # Screenkey version | |||
APP_NAME = "Screenkey" | APP_NAME = "Screenkey" | |||
APP_DESC = _("Screencast your keys") | APP_DESC = _("Screencast your keys") | |||
APP_URL = 'https://www.thregr.org/~wavexx/software/screenkey/' | APP_URL = 'https://www.thregr.org/~wavexx/software/screenkey/' | |||
VERSION = '1.4' | VERSION = '1.5' | |||
SLOP_URL = 'https://github.com/naelstrof/slop' | SLOP_URL = 'https://github.com/naelstrof/slop' | |||
ERROR_URL = 'https://www.thregr.org/~wavexx/software/screenkey/#troubleshooting' | ERROR_URL = 'https://www.thregr.org/~wavexx/software/screenkey/#troubleshooting' | |||
# CLI/Interface options | # CLI/Interface options | |||
POSITIONS = { | POSITIONS = { | |||
'top': _('Top'), | 'top': _('Top'), | |||
'center': _('Center'), | 'center': _('Center'), | |||
'bottom': _('Bottom'), | 'bottom': _('Bottom'), | |||
'fixed': _('Fixed'), | 'fixed': _('Fixed'), | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |