Changes between Version 4 and Version 5 of InterNationalization


Ignore:
Timestamp:
Aug 3, 2005, 11:36:42 AM (19 years ago)
Author:
Rui Lopes
Comment:

Add some zope links

Legend:

Unmodified
Added
Removed
Modified
  • InterNationalization

    v4 v5  
    4545 * How does Plone do it? They claim to be "fully internationalized". They have documentation on how to [http://plone.org/documentation/how-to/i18n-for-developers/ internationalize page templates] but I can't find anything for internal strings and objects.
    4646 * Write documentation on how to do all this stuff, for the programmer. (I'm quite happy to do this -- [wiki:Moof Moof])
     47
     48== i18n in Zope ==
     49
     50They have extracted the locale data from the [http://www-306.ibm.com/software/globalization/icu/ ICU project], and made several classes that deal with all(?) aspects of i18n/l10n, see:
     51
     52 * http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/i18noverview.html
     53 * http://svn.zope.org/Zope3/trunk/src/zope/i18n/
     54 * http://svn.zope.org/Zope3/trunk/src/zope/i18n/locales/data/pt_PT.xml?view=auto (example pt_PT locale data)
     55   
     56Another possibility, is to use [http://pyicu.osafoundation.org/ PyICU]; this library wraps the ICU library in a python module.
Back to Top