Skip to content

Commit

Permalink
note on locale_paths setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrat committed Jul 31, 2013
1 parent f9e8255 commit ef65e8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/usage.rst
Expand Up @@ -146,6 +146,10 @@ project setting. In your ``settings.py`` file:
'/path/to/the/translations/folder/',
...possibly more directories
)
.. note::
In some cases, depending on the deployment method of your web application,
the '/path/to/the/translations/folder/' may need to be an absolute path.

.. hint::

Expand Down Expand Up @@ -179,7 +183,7 @@ possible new translation strings added to the code since your last scan.

yawd-translations will generate translation messages only for applications having
a `locale` directory in their source code. More information can be found on the
django documentation `here <file:///home/ppetrid/work/freelance/yawdcms/workspace/yawd-translations/docs/build/html/usage.html#the-languages-model>`_.
django documentation `here <https://docs.djangoproject.com/en/dev/topics/i18n/translation/#how-django-discovers-translations>`_.

You can control which users and groups can view or edit the translation messages
(e.g. through the admin interface). yawd-translations provides two custom permissions
Expand Down

0 comments on commit ef65e8c

Please sign in to comment.