Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jun 6, 2021
1 parent b21aa87 commit 1f29b53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/manual/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ 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:

``/my-web-archive/`` - loads UI with default language (set via ``default_locale``)
``/en/my-web-archive/`` - loads UI with ``en`` locale
``/es/my-web-archive/`` - loads UI with ``es`` locale
``/pt/my-web-archive/`` - loads UI with ``pt`` locale
* ``/my-web-archive/`` - loads UI with default language (set via ``default_locale``)
* ``/en/my-web-archive/`` - loads UI with ``en`` locale
* ``/es/my-web-archive/`` - loads UI with ``es`` locale
* ``/pt/my-web-archive/`` - loads UI with ``pt`` locale

The language switch options work by changing the locale prefix for the same page.

Expand Down

0 comments on commit 1f29b53

Please sign in to comment.