Changes between Version 17 and Version 18 of DeveloperGuidelines/Internationalisation
- Timestamp:
- 08/03/10 08:01:16 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Internationalisation
v17 v18 4 4 5 5 == Web2py localization engine == 6 * Manual: https://web2py.com/book/default/chapter/04#T-and-Internationalization 6 7 * Tutorial: http://www.vimeo.com/7520812 7 8 * T() function performs dictionary lookups (similar to GNU/gettext _()), see [http://web2py.com/examples/global/vars/T here] for example