[smc-discuss] CLDR tools using Babel

Yash Sinha mail.yash.sinha at gmail.com
Sat May 4 10:39:56 PDT 2013


We can also use PyICU (https://pypi.python.org/pypi/PyICU#api-documentation)
which faster than Babel (
https://bitbucket.org/loewis/cldr/wiki/Performance.rst). Source is hosted
at
https://bitbucket.org/loewis/cldr/src/96fa2e0ce3d33ce37d08ba916361f8465e2078c0?at=default

I am yet to discover what features it provides but it supports latest ICU
libraries.
How about this?


On Sat, May 4, 2013 at 10:31 PM, Yash Sinha <mail.yash.sinha at gmail.com>wrote:

> Babel is a collection of tools for internationalizing Python applications.
> It has a python interface to the CLDR (Common Locale Data Repository),
> providing access to various locale display names, localized number and date
> formatting, etc. [1]
>
> It can be integrated with Jinja2. [2]
>
> It can enhance the transliteration system in a variety of ways like
>
>    - Locale Display Names
>    - Translation of countries
>    - Translation of calendar (months etc.) [3]
>
>
> [1] http://babel.edgewall.org/
> [2] http://jinja.pocoo.org/docs/integration/#babel-integration
> [3] http://babel.edgewall.org/wiki/Documentation/display.html
>
> I request people to give views on this.
>
> Yash
>

Yash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20130504/c21af10a/attachment-0003.htm>


More information about the discuss mailing list