mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-28 08:54:43 +00:00
Fixed typos in documentation. Resolves issue 82.
This commit is contained in:
parent
1aa515e739
commit
778cf6efe7
1 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ explains how things are working under the hood.
|
|||
|
||||
Changes automatically applied to the model class
|
||||
------------------------------------------------
|
||||
After registering the ``News`` model for transaltion an SQL dump of the
|
||||
After registering the ``News`` model for translation an SQL dump of the
|
||||
News app will look like this:
|
||||
|
||||
::
|
||||
|
|
@ -584,7 +584,7 @@ populated with initial data.
|
|||
|
||||
Caveats
|
||||
=======
|
||||
Consider the following example (assuming the default lanuage is ``de``):
|
||||
Consider the following example (assuming the default language is ``de``):
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue