Skip to content

Commit

Permalink
Merge pull request #133 from greyli/patch-1
Browse files Browse the repository at this point in the history
Change language code to locale code in docs
  • Loading branch information
TkTech authored Aug 27, 2020
2 parents 87630d1 + f3449cf commit d467d59
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 d467d59

Please sign in to comment.