From 8fe46a012d17eaa874abf63b9be93c6f11b8df97 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 5 Aug 2007 04:11:46 +0000 Subject: i18n support and german translations --- portato/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/constants.py') 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" -- cgit v1.2.3