Fix translations domains to point to new toolkit

This commit is contained in:
Daniel Narvaez
2013-09-11 15:07:53 +02:00
parent 9717e5954b
commit abe0de3ef8
7 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ def main():
config.locale_path)
gettext.bindtextdomain(bundle.get_bundle_id(), activity_locale_path)
gettext.bindtextdomain('sugar-toolkit', config.locale_path)
gettext.bindtextdomain('sugar-toolkit-gtk3', config.locale_path)
gettext.textdomain(bundle.get_bundle_id())
splitted_module = args[0].rsplit('.', 1)