Difference between revisions of "Karma/i18n"

From Sugar Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
Rough plan for implementing i18n for Karma
 
Rough plan for implementing i18n for Karma
  
== Requirements ==  
+
=== Requirements ===
 +
* Integrate with pootle
 +
* Handle strings inside code and html markup
 +
 
 +
=== Technical Requirements ===
 
* All strings stored in one file, messages.json
 
* All strings stored in one file, messages.json
 
*  
 
*  
  
 +
=== General Strategy ===
  
 
Lesson to use for prototyping
 
Lesson to use for prototyping
 
examples/6_Maths_matchingAnglesAndShapes/
 
examples/6_Maths_matchingAnglesAndShapes/

Revision as of 10:16, 24 February 2010

Rough plan for implementing i18n for Karma

Requirements

  • Integrate with pootle
  • Handle strings inside code and html markup

Technical Requirements

  • All strings stored in one file, messages.json

General Strategy

Lesson to use for prototyping examples/6_Maths_matchingAnglesAndShapes/