The source project of this merge request has been removed.
Internationalise JavaScript code
I did not find any way to let Django add the translations from JavaScript to "django" instead of "django.js".
This is the code I tried:
js_info_dict = {
'domain': 'django',
'packages': ('maker.apps.MakerConfig',),
}
urlpatterns = [
# JavaScript Internationalisation
url(r'^jsi18n/$', javascript_catalog, js_info_dict, name='javascript-catalog'),
Edited by Nico