summaryrefslogtreecommitdiff
path: root/pebble
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2015-01-03 18:57:38 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-01-07 08:48:19 -0600
commit0b6e59f1ce85572430b93fcf7b6154a3c3fb8eae (patch)
tree3d045cee5bb513c27213b610e0ef6ca7d7650f13 /pebble
parent7cc70daf37ac0c82bc5db588f014ffa679c16f59 (diff)
Corrected appdir variable in i18n.py
Diffstat (limited to 'pebble')
-rw-r--r--pebble/libpebble/i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pebble/libpebble/i18n.py b/pebble/libpebble/i18n.py
index abf6188..7e36642 100644
--- a/pebble/libpebble/i18n.py
+++ b/pebble/libpebble/i18n.py
@@ -10,7 +10,7 @@ import gettext
APP_NAME = "pebble-remote"
# This is ok for maemo. Not sure in a regular desktop:
-APP_DIR = os.path.join(sys.prefix, 'pebble-remote')
+APP_DIR = os.path.join(sys.prefix, '/home/gulsah/proje/pebble-remote/') #!!!This path works for me. You have to write your project path here.!!!
LOCALE_DIR = os.path.join(APP_DIR, 'i18n') # .mo files will then be located in APP_Dir/i18n/LANGUAGECODE/LC_MESSAGES/
# Now we need to choose the language. We will provide a list, and gettext