From 46c6f4f90b50979418fc8877fbbacfcc18846af2 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 20 May 2022 15:38:22 +0100 Subject: python/python3-Flask-Babel: Added (i18n/l10n support to Flask apps) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-Flask-Babel/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-Flask-Babel/README (limited to 'python/python3-Flask-Babel/README') 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. -- cgit v1.2.3