diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 23:40:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:16 +0700 |
commit | d7195d457f42ffc9be5eeecab3539dd2fd2f0880 (patch) | |
tree | 3dd6d5c868d16629d204d5b216cc4bde31a8ad44 /python/Flask-Babel | |
parent | 18f1baaa00a6c42ef5e245d60278617ab4bd1741 (diff) | |
download | slackbuilds-d7195d457f42ffc9be5eeecab3539dd2fd2f0880.tar.gz |
python/Flask-Babel: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask-Babel')
-rw-r--r-- | python/Flask-Babel/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Flask-Babel/README b/python/Flask-Babel/README index 9978b4568f..006178a0af 100644 --- a/python/Flask-Babel/README +++ b/python/Flask-Babel/README @@ -1,4 +1,4 @@ Flask-Babel is an extension to Flask that adds i18n and l10n support to any Flask application with the help of babel, pytz and speaklater. It has builtin support for date formatting with timezone support as -well as a very simple and friendly interface to gettext translations.
\ No newline at end of file +well as a very simple and friendly interface to gettext translations. |