summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py
index c17ee24..80e7452 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -39,6 +39,7 @@ These should be set during the installation.
"""
from os.path import join as pjoin
+APP = "portato"
VERSION = "9999"
CONFIG_DIR = "/etc/portato/"
@@ -53,5 +54,7 @@ XSD_LOCATION = pjoin(XSD_DIR, "plugin.xsd")
ICON_DIR = "icons/"
APP_ICON = pjoin(ICON_DIR, "portato-icon.png")
+LOCALE_DIR = "i18n/"
+
FRONTENDS = ["gtk" ,"qt"]
STD_FRONTEND = "gtk"