updated docs

This commit is contained in:
Slava Kyrachevsky 2016-12-13 11:04:49 +02:00
parent 84acecc54d
commit cc74135ff2
2 changed files with 2 additions and 1 deletions

View file

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

View file

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