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/slack-desc | |
parent | 12b35b66c9e268d7ff126b3c97cd5dc660bc36fb (diff) |
python/Flask-Babel: Added (i18n/l10n support to Flask).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask-Babel/slack-desc')
-rw-r--r-- | python/Flask-Babel/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/Flask-Babel/slack-desc b/python/Flask-Babel/slack-desc new file mode 100644 index 0000000000000..84c4bc72b2f06 --- /dev/null +++ b/python/Flask-Babel/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +Flask-Babel: Flask-Babel (Adds i18n/l10n support to Flask applications) +Flask-Babel: +Flask-Babel: Flask-Babel is an extension to Flask that adds i18n and l10n support +Flask-Babel: to any Flask application with the help of babel, pytz and speaklater. +Flask-Babel: It has builtin support for date formatting with timezone support as +Flask-Babel: well as a very simple and friendly interface to gettext translations. +Flask-Babel: +Flask-Babel: http://github.com/python-babel/flask-babel +Flask-Babel: +Flask-Babel: +Flask-Babel:
\ No newline at end of file |