diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 10:54:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 10:54:34 +0700 |
commit | 76d5db3bd66e5e68ca9dfe5cfdeb62a1b197d732 (patch) | |
tree | 62083f8b8523434ea1b1364efabf72ef71d3fdc8 /python/Flask-Babel/README | |
parent | 12b35b66c9e268d7ff126b3c97cd5dc660bc36fb (diff) | |
download | slackbuilds-76d5db3bd66e5e68ca9dfe5cfdeb62a1b197d732.tar.gz |
python/Flask-Babel: Added (i18n/l10n support to Flask).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask-Babel/README')
-rw-r--r-- | python/Flask-Babel/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Flask-Babel/README b/python/Flask-Babel/README new file mode 100644 index 0000000000..9978b4568f --- /dev/null +++ b/python/Flask-Babel/README @@ -0,0 +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 |