Changes between Version 26 and Version 27 of BluePrint/Internationalisation
- Timestamp:
- 09/27/10 15:37:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Internationalisation
v26 v27 1 [[TOC]] 1 2 = Internationalisation Blueprint = 2 3 … … 4 5 5 6 Production Options are defined within DeveloperGuidelinesInternationalisation 6 7 8 == !ToDo == 9 * Extend web2py2po/po2web2py to support translator comments 10 {{{ 11 def translate(self, message, symbols): 12 """ 13 user ## to add a comment into a translation string 14 the comment can be useful do discriminate different possible 15 translations for the same string (for example different locations) 16 17 T(' hello world ') -> ' hello world ' 18 T(' hello world ## token') -> 'hello world' 19 T('hello ## world ## token') -> 'hello ## world' 20 """ 21 }}} 22 7 23 == Other options == 8 24 * [http://babel.edgewall.org Babel] - good toolkit to combine with GNU/gettext