updates documentation and changelg

This commit is contained in:
Marco Bonetti 2016-03-22 09:45:40 +01:00
parent 8f3fafb73b
commit 094c2a0c49
2 changed files with 2 additions and 0 deletions

View file

@ -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
--------------

View file

@ -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
--------