TurboGears Internationalization
This pages should collects useful links regarding internationalization.
Current status
Dan Jacob is working on i18n, source:trunk/turbogears/i18n/ package.
Others python web frameworks
Tools
- Python gettext module
- xml2po : this should really help with Kid templates
- Quite interesting Kid recipe for language versioning Translate the content of elements with a lang attribute
Internationalization aspects
multi-language support in UI
multi-language support in APIs
multi-language support for data in database
multi-language documentation
different character repertoires
different representations of large numbers (1'000.00 vs. 1,000.00)
different timezones, weekends, summertime-changes
different standards and Units of Measurement (currency, ZIP code length)
different local law, regulations, tax, ...
different default settings in computers (OS, VMs, ...)