Fixed a grammar error in topics/i18n/translation.
Hooks are quantum; you can not have an amount of them.
This commit is contained in:
parent
4b4c704517
commit
c8823cf481
|
@ -7,8 +7,8 @@ Translation
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
In order to make a Django project translatable, you have to add a minimal amount
|
In order to make a Django project translatable, you have to add a minimal
|
||||||
of hooks to your Python code and templates. These hooks are called
|
number of hooks to your Python code and templates. These hooks are called
|
||||||
:term:`translation strings <translation string>`. They tell Django: "This text
|
:term:`translation strings <translation string>`. They tell Django: "This text
|
||||||
should be translated into the end user's language, if a translation for this
|
should be translated into the end user's language, if a translation for this
|
||||||
text is available in that language." It's your responsibility to mark
|
text is available in that language." It's your responsibility to mark
|
||||||
|
|
Loading…
Reference in New Issue