From d979a1d73ddec32ee8443c25ec405749ec4fc585 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 6 Apr 2019 06:20:34 +0700 Subject: python/python3-babel: Added (python internationalization tools). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-babel/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-babel/README (limited to 'python/python3-babel/README') diff --git a/python/python3-babel/README b/python/python3-babel/README new file mode 100644 index 0000000000000..292ad0fb52ace --- /dev/null +++ b/python/python3-babel/README @@ -0,0 +1,10 @@ +babel (python internationalization tools) + +Babel is a collection of tools for internationalizing Python apps. +It's composed of two major parts: +- tools to build and work with gettext message catalogs; +- a Python interface to the CLDR (Common Locale Data Repository), + providing access to various locale display names, localized number + and date formatting, etc. + +The pytz dependency must be built with optional Python 3 support. -- cgit v1.2.3