Serve ORA2 JavaScript i18n strings
This commit is contained in:
@@ -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('',
|
||||
|
||||
@@ -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 += (
|
||||
|
||||
Reference in New Issue
Block a user