From: Christopher Allan Webber Date: Sun, 7 Aug 2011 05:05:09 +0000 (-0500) Subject: Changed mediagoblin translations directory to the one we actually use. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=145922b8a48093a96f77678148d63019f19918e1;p=mediagoblin.git Changed mediagoblin translations directory to the one we actually use. --- diff --git a/mediagoblin/util.py b/mediagoblin/util.py index 5880f856..c9f4a0ac 100644 --- a/mediagoblin/util.py +++ b/mediagoblin/util.py @@ -300,7 +300,7 @@ def send_email(from_addr, to_addrs, subject, message_body): TRANSLATIONS_PATH = pkg_resources.resource_filename( - 'mediagoblin', 'translations') + 'mediagoblin', 'i18n') def locale_to_lower_upper(locale):