Changes between Version 10 and Version 11 of DeveloperGuidelines/Internationalisation
- Timestamp:
- 11/09/09 23:07:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Internationalisation
v10 v11 5 5 6 6 == Web2py localization engine == 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 8 9 * the dictionaries are located in the languages subfolder of the application