mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-17 01:21:05 +00:00
updates documentation and changelg
This commit is contained in:
parent
8f3fafb73b
commit
094c2a0c49
2 changed files with 2 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -5,6 +5,7 @@ Version 0.7.11 (unreleased)
|
|||
---------------------------
|
||||
* Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd)
|
||||
* Fix an invalid page get parameter by falling back to page 1 (PR #165, thanks @nealtodd)
|
||||
* Adds reference language selector (PR #60, thanks @hsoft)
|
||||
|
||||
Version 0.7.10
|
||||
--------------
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ Rosetta can be configured via the following parameters, to be defined in your pr
|
|||
* ``ROSETTA_POFILENAMES``: Defines which po file names are exposed in the web interface. Defaults to ``('django.po', 'djangojs.po')``
|
||||
* ``ROSETTA_EXCLUDED_PATHS``: Exclude paths defined in this list from being searched (usually ends with "locale"). Defaults to ``()``
|
||||
* ``ROSETTA_AUTO_COMPILE``: Determines whether the MO file is automatically compiled when the PO file is saved. Defaults to ``True``.
|
||||
* ``ROSETTA_ENABLE_REFLANG``: Enables a selector for picking a reference language other than English. Defaults to ``False``.
|
||||
|
||||
Storages
|
||||
--------
|
||||
|
|
|
|||
Loading…
Reference in a new issue