diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-04-06 06:20:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 06:51:10 +0700 |
commit | d979a1d73ddec32ee8443c25ec405749ec4fc585 (patch) | |
tree | 012d23e3d2e8713fde9fd54dfbfd89b29e93e9ca /python/python3-babel/README | |
parent | 9f324adfdc4bbc4318c87f0c83619b691c38f75d (diff) |
python/python3-babel: Added (python internationalization tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-babel/README')
-rw-r--r-- | python/python3-babel/README | 10 |
1 files changed, 10 insertions, 0 deletions
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. |