Skip to content

Commit

Permalink
Merge branch 'master' of github.com:python-babel/flask-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Aug 27, 2020
2 parents 07d125a + d467d59 commit 17a93ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ change some internal defaults:

For more complex applications you might want to have multiple applications
for different users which is where selector functions come in handy. The
first time the babel extension needs the locale (language code) of the
first time the babel extension needs the locale (locale code/ID) of the
current user it will call a :meth:`~Babel.localeselector` function, and
the first time the timezone is needed it will call a
:meth:`~Babel.timezoneselector` function.
Expand Down

0 comments on commit 17a93ad

Please sign in to comment.