Changed mediagoblin translations directory to the one we actually use.

This commit is contained in:
Christopher Allan Webber 2011-08-07 00:05:09 -05:00
parent 74a9c0eba5
commit 145922b8a4

View File

@ -300,7 +300,7 @@ def send_email(from_addr, to_addrs, subject, message_body):
TRANSLATIONS_PATH = pkg_resources.resource_filename( TRANSLATIONS_PATH = pkg_resources.resource_filename(
'mediagoblin', 'translations') 'mediagoblin', 'i18n')
def locale_to_lower_upper(locale): def locale_to_lower_upper(locale):