mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-03 03:14:43 +00:00
updated docs
This commit is contained in:
parent
84acecc54d
commit
cc74135ff2
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ Rosetta can be configured via the following parameters, to be defined in your pr
|
|||
* ``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``.
|
||||
* ``ROSETTA_SHOW_AT_ADMIN_PANEL``: Enable rosetta at administration panel (NOTE: rosetta need to be first at INSTALLED_APPS). Defaults to ``False``.
|
||||
|
||||
Storages
|
||||
--------
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class RosettaAppConfig(AppConfig):
|
|||
},
|
||||
],
|
||||
'has_module_perms': True,
|
||||
'name': _('Transplations'),
|
||||
'name': _('Translations'),
|
||||
'app_label': 'rosetta'
|
||||
}
|
||||
resp.context_data['app_list'].append(app_dict)
|
||||
|
|
|
|||
Loading…
Reference in a new issue