Changes between Initial Version and Version 1 of Ticket #202


Ignore:
Timestamp:
12/13/09 13:52:19 (4 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #202 – Description

    initial v1  
    1 Try i18n for one language (German) for ckan (de.ckan.net) 
     1Try i18n for one language (German) for ckan (de.ckan.net). 
     2 
     3Basic approach to i18n is well-covered in Pylons book: http://pylonsbook.com/en/1.1/internationalization-and-localization.html 
     4 
     5However, we need to integrate with our Genshi templates. Details on how to do this in comment: 
     6http://wiki.pylonshq.com/display/pylonsdocs/Internationalization+and+Localization 
     7 
     8== Steps == 
     9 
     10 1. i18n templates 
     11   * Extract content using Babel 
     12   * Get genshi translation working 
     13   * Do the translation! 
     14 2. i18n all strings in controllers (if any) 
     15 3. i18n forms