Merge pull request #4001 from edx/will/ora2-i18n-js-strings

Serve ORA2 JavaScript i18n strings
This commit is contained in:
Will Daly
2014-06-09 12:40:37 -04:00
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 += (