Actually setup translations in the shell.
Fix the it translation to use utf8.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user