Kaydet (Commit) 25b52d04 authored tarafından Mounir's avatar Mounir Kaydeden (comit) Tim Graham

Fixed typo in docs/topics/i18n/translation.txt

üst 4a438e40
......@@ -447,7 +447,7 @@ integer as the ``number`` argument. Then ``number`` will be looked up in the
dictionary under that key during string interpolation. Here's example::
from django import forms
from django.utils.translation import ugettext_lazy
from django.utils.translation import ungettext_lazy
class MyForm(forms.Form):
error_message = ungettext_lazy("You only provided %(num)d argument",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment