Difference between revisions of "User:RafaelOrtiz/UserCases"

From OLPC
Jump to: navigation, search
m (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 ...)
(No difference)

Revision as of 12:54, 29 September 2007

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