Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated Flask-Babel link and fix typo #2166

Merged
merged 5 commits into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ This means that all messages, builtin on the framework are translated to these l
You can add your own translations for your application, using Flask-Babel.

You can add your own translations, and your own language support.
Take a look at `Flask-Babel <http://pythonhosted.org/Flask-Babel>`_ for setup an babel initial configuration.
Take a look at `Flask-Babel <https://python-babel.github.io/flask-babel>`_ for setup an babel initial configuration.

Initial Configuration
---------------------

On you projects root create a directory named babel,
On your projects root create a directory named babel,
then create and edit a file named babel.cfg with the following content (this configuration is already made on the
base skeleton application)::

Expand Down Expand Up @@ -129,4 +129,3 @@ If you want to, or if you're using a version prior to 1.3.0 you can use::
}

And that's it!

Loading