diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-07 00:05:09 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-07 00:05:09 -0500 |
commit | 145922b8a48093a96f77678148d63019f19918e1 (patch) | |
tree | ff7eaf1589274259183b829eb1ab4c0c2713cf41 /mediagoblin/util.py | |
parent | 74a9c0eba5d71574ee8131897f0fad12220620ca (diff) | |
download | mediagoblin-145922b8a48093a96f77678148d63019f19918e1.tar.lz mediagoblin-145922b8a48093a96f77678148d63019f19918e1.tar.xz mediagoblin-145922b8a48093a96f77678148d63019f19918e1.zip |
Changed mediagoblin translations directory to the one we actually use.
Diffstat (limited to 'mediagoblin/util.py')
-rw-r--r-- | mediagoblin/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |