mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-16 00:53:09 +00:00
Changelog
This commit is contained in:
parent
6b5aef3cc1
commit
3c249d344e
14 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue