Actually setup translations in the shell.

Fix the it translation to use utf8.
This commit is contained in:
Marco Pesenti Gritti
2007-03-23 15:05:42 +01:00
parent 81d216babd
commit a11809cccc
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -58,6 +58,9 @@ def get_user_activities_path():
def get_bin_path(path=None):
return _get_prefix_path('bin', path)
def get_locale_path(path=None):
return _get_prefix_path('share/locale', path)
def get_service_path(name):
return _get_prefix_path('share/sugar/services', name)