diff --git a/doc/admin/config.rst b/doc/admin/config.rst index df35b59fb..829dc172a 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -276,7 +276,7 @@ is configured, memcached will be used for caching instead of redis. Translations ------------ -pretix comes with a nubmer of translations. Some of them are marked as "incubating", which means +pretix comes with a number of translations. Some of them are marked as "incubating", which means they can usually only be selected in development mode. If you want to use them nevertheless, you can activate them like this:: @@ -289,7 +289,7 @@ You can also tell pretix about additional paths where it will search for transla path=/path/to/my/translations For a given language (e.g. ``pt-br``), pretix will then look in the -specific subfolder, e.g. ``/path/to/my/translations/pt_BR/LC_MESSAGES/django.po``. +specific sub-folder, e.g. ``/path/to/my/translations/pt_BR/LC_MESSAGES/django.po``. Celery task queue -----------------