Unused
This commit is contained in:
parent
ba242f34b7
commit
6352ea9e20
@ -1,11 +0,0 @@
|
||||
import gettext
|
||||
import os
|
||||
import logging
|
||||
|
||||
from sugar.activity import activity
|
||||
|
||||
activity_path = activity.get_bundle_path()
|
||||
service_name = os.environ['SUGAR_BUNDLE_SERVICE_NAME']
|
||||
gettext.bindtextdomain(service_name, os.path.join(activity_path, "locale"))
|
||||
gettext.textdomain(service_name)
|
||||
_ = gettext.gettext
|
Loading…
Reference in New Issue
Block a user