Karma/i18n: Difference between revisions
Appearance
< Karma
No edit summary |
No edit summary |
||
| 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 09: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/