User:RafaelOrtiz/UserCases

From OLPC
< User:RafaelOrtiz
Revision as of 16:54, 29 September 2007 by RafaelOrtiz (talk | contribs) (New page: This is intended to give support, standardize and investigate ways and procedures to do things the better way. Then move this to documentation pages. == Creating an activity == * Source ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is intended to give support, standardize and investigate ways and procedures to do things the better way. Then move this to documentation pages.

Creating an activity

  • Source code
  • Sugarization
  • Jhbuild-sugar interaction
  • Maintenance

Internationalization

import gettext 
from gettext import gettext as _
put your strings as _()
./setup.py genpo (./setup.py genl10n ?)
msginit or gettext
msginit -l es
xgettext ?
POTFILES.in ?
MANIFEST ?

Testing

  • QA

Other things

  • Support issues