diff --git a/CHANGES b/CHANGES index 30763cdc..a3915e18 100644 --- a/CHANGES +++ b/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 -------------- diff --git a/docs/settings.rst b/docs/settings.rst index fcafbd6c..4b16eaa5 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -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 --------