mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Merge pull request #14 from matthewwithanm/js-i18n-patch-2
Corrected i18n javascript_catalog Reference Error
This commit is contained in:
commit
c2055ee161
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ LibFormatFoot = """
|
||||||
function get_format(format_type) {
|
function get_format(format_type) {
|
||||||
var value = formats[format_type];
|
var value = formats[format_type];
|
||||||
if (typeof(value) == 'undefined') {
|
if (typeof(value) == 'undefined') {
|
||||||
return msgid;
|
return format_type;
|
||||||
} else {
|
} else {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue