Changelog

This commit is contained in:
Marco Bonetti 2019-04-23 17:32:18 +02:00
parent 6b5aef3cc1
commit 3c249d344e
14 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Version History
Version 0.9.4 (unreleased)
--------------------------
* Added ROSETTA_SHOW_OCCURRENCES: Option to hide file name & path (#77, PR #221, thanks @sarathak)
* Unfuzzy fuzzy entries when the translation is changed (#16, PR #220, thanks @sarathak)

View file

@ -23,7 +23,7 @@ Rosetta can be configured via the following parameters, to be defined in your pr
* ``ROSETTA_SHOW_AT_ADMIN_PANEL``: Adds a handy link to Rosetta at the bottom of the Django admin apps index. Defaults to ``False``.
* ``ROSETTA_LOGIN_URL``: Use this if you want to override the login URL for rosetta. Defaults to ``settings.LOGIN_URL``.
* ``ROSETTA_LANGUAGES``: List of languages that Rosetta will offer to translate. This is useful when you wish to translate a language that is not yet defined in ``settings.LANGUAGES``. Defaults to ``settings.LANGUAGES``.
* ``ROSETTA_SHOW_OCCURRENCES``: Determines whether occurrences filename visible in rosetta. Defaults to ``True``.
* ``ROSETTA_SHOW_OCCURRENCES``: Determines whether occurrences (where the original text appears) should be shown next to the translations for context. Defaults to ``True``.
Storages
--------