diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-20 15:38:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:22 +0700 |
commit | 46c6f4f90b50979418fc8877fbbacfcc18846af2 (patch) | |
tree | 283c7b8cf12eb60b92de5748e4797c13805f04ac /python/python3-Flask-Babel/README | |
parent | 36232caf811180844cc73f06125431828025f188 (diff) |
python/python3-Flask-Babel: Added (i18n/l10n support to Flask apps)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Babel/README')
-rw-r--r-- | python/python3-Flask-Babel/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-Flask-Babel/README b/python/python3-Flask-Babel/README new file mode 100644 index 0000000000..7806c3d6b0 --- /dev/null +++ b/python/python3-Flask-Babel/README @@ -0,0 +1,5 @@ +python3-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. |