Commit 96e8e656a60c9537c647ccdcdf0033643baab063

Authored by AntonioTerceiro
1 parent 9b0d0209

ActionItem65: documenting the process for working with translations



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@582 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
doc/README_FOR_APP
... ... @@ -95,3 +95,11 @@ To prepare a release of noosfero, you must follow the steps below:
95 95 lib/tasks/svn.rake in case of any questions.
96 96 * IMMEDIATELY change the version in lib/noosfero.rb to the next version. (e.g.
97 97 0.2.0 -> 0.3.0)
  98 +
  99 +== Working with translations
  100 +
  101 +* Update translation files: +rake updatepo+. Then +svn commit+ them.
  102 +* Send the PO files to the translators.
  103 +* Get tha PO files back from translators, put in po/ under the correct language
  104 + name (e.,g. po/pt_BR/) and +svn commit+.
  105 +* test translations: +rake makemo+ and browse the application on the web.
... ...