Skip to content

Commit

Permalink
docs: fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jun 4, 2021
1 parent 89b11ca commit b21aa87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A subset of features provides the basic functionality of a "Wayback Machine".
manual/configuring
manual/access-control
manual/ui-customization
manual/localization
manual/architecture
manual/apis
manual/owb-transition
Expand Down
6 changes: 3 additions & 3 deletions docs/manual/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pywb supports configuring different language locales and loading different langu

pywb can extract all text from templates and generate CSV files for translation and convert them back into a binary format used for localization/internationalization.

(pywb uses the `Babel library<http://babel.pocoo.org/en/latest/>`_ which extends the `standard Python i18n system <https://docs.python.org/3/library/gettext.html>`_
(pywb uses the `Babel library <http://babel.pocoo.org/en/latest/>`_ which extends the `standard Python i18n system <https://docs.python.org/3/library/gettext.html>`_

Locales to use are configured in the ``config.yaml``.

Expand Down Expand Up @@ -100,8 +100,8 @@ for each locale listed. To include English as an option, it should also be added
will configure pywb to show a language switch option on all pages.


Paths for Localized Text
------------------------
Localized Collection Paths
==========================

When localization is enabled, pywb supports the locale prefix for accessing each collection with a localized language:
If pywb has a collection ``my-web-archive``, then:
Expand Down

0 comments on commit b21aa87

Please sign in to comment.