mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-22 07:34:45 +00:00
Doc typos.
This commit is contained in:
parent
769413dd2d
commit
2b135a519c
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ Change Wagtail admin language on a per user basis
|
|||
|
||||
Logged-in users can set their preferred language from ``/admin/account/``.
|
||||
By default, Wagtail provides a list of languages that have a >= 90% translation coverage.
|
||||
It is possible to override this list via the :ref:`WAGTAILADMIN_PERMITTED_LANGUAGES` setting.
|
||||
It is possible to override this list via the :ref:`WAGTAILADMIN_PERMITTED_LANGUAGES <WAGTAILADMIN_PERMITTED_LANGUAGES>` setting.
|
||||
|
||||
In case there is zero or one language permitted, the form will be hidden.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ full-text search functionality. This means that if you use PostgreSQL to manage
|
|||
your database, you can now get a good quality search engine without needing
|
||||
to install Elasticsearch.
|
||||
|
||||
To get started, see: :ref:`postgres_search`
|
||||
To get started, see :ref:`postgres_search`.
|
||||
|
||||
This feature was developed at the Arnhem sprint by Bertrand Bordage, Jaap Roes,
|
||||
Arne de Laat and Ramon de Jezus.
|
||||
|
|
@ -33,7 +33,7 @@ Wagtail is now compatible with Django 1.11 and Python 3.6. Compatibility fixes w
|
|||
User language preference
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Users can now set their preferred language for the Wagtail admin interface under Account Settings -> Language Preferences. The list of available languages can be configured via the :ref:`WAGTAILADMIN_PERMITTED_LANGUAGES <WAGTAILADMIN_PERMITTED_LANGUAGES>` setting. This feature was developed by Daniel Chimeno.
|
||||
Users can now set their preferred language for the Wagtail admin interface under Account Settings → Language Preferences. The list of available languages can be configured via the :ref:`WAGTAILADMIN_PERMITTED_LANGUAGES <WAGTAILADMIN_PERMITTED_LANGUAGES>` setting. This feature was developed by Daniel Chimeno.
|
||||
|
||||
|
||||
New admin preview
|
||||
|
|
|
|||
Loading…
Reference in a new issue