Explorar o código

Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee %!s(int64=14) %!d(string=hai) anos
pai
achega
458e3a3ff9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/topics/i18n/internationalization.txt

+ 1 - 1
docs/topics/i18n/internationalization.txt

@@ -569,7 +569,7 @@ function supports both positional and named interpolation:
       object or associative array. For example::
 
         d = {
-            count: 10
+            count: 10,
             total: 50
         };