Skip to content

Commit

Permalink
fix documentaiton of internationalization support
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Feb 2, 2021
1 parent 0b71303 commit 8a41f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -551,10 +551,10 @@ Email/Reset Password Functionality
Internationalization
--------------------

WebGrid supports `Babel`-style internationalization of text strings through the `morphi` library.
Keg-Auth supports `Babel`-style internationalization of text strings through the `morphi` library.
To use this feature, specify the extra requirements on install::

pip install webgrid[i18n]
pip install keg-auth[i18n]

Currently, English (default) and Spanish are the supported languages in the UI.

Expand Down

0 comments on commit 8a41f03

Please sign in to comment.