Serve ORA2 JavaScript i18n strings

This commit is contained in:
Will Daly
2014-06-05 09:45:41 -04:00
parent 2eae8b8380
commit dc34d753c0
2 changed files with 4 additions and 4 deletions

View File

@@ -94,8 +94,8 @@ urlpatterns += patterns(
js_info_dict = {
'domain': 'djangojs',
# No packages needed, we get LOCALE_PATHS anyway.
'packages': (),
# We need to explicitly include external Django apps that are not in LOCALE_PATHS.
'packages': ('openassessment',),
}
urlpatterns += patterns('',

View File

@@ -81,8 +81,8 @@ urlpatterns += (
js_info_dict = {
'domain': 'djangojs',
# No packages needed, we get LOCALE_PATHS anyway.
'packages': (),
# We need to explicitly include external Django apps that are not in LOCALE_PATHS.
'packages': ('openassessment',),
}
urlpatterns += (