From 145922b8a48093a96f77678148d63019f19918e1 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 7 Aug 2011 00:05:09 -0500 Subject: [PATCH] Changed mediagoblin translations directory to the one we actually use. --- mediagoblin/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.25.1