Changed mediagoblin translations directory to the one we actually use.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 7 Aug 2011 05:05:09 +0000 (00:05 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 7 Aug 2011 05:05:09 +0000 (00:05 -0500)
mediagoblin/util.py

index 5880f85665b9f81e96d0ddfe8dc071b3d08bdedd..c9f4a0ac72a48d5264b3eb692ca93cd4fe75a7e9 100644 (file)
@@ -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):