From 96e8e656a60c9537c647ccdcdf0033643baab063 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 27 Sep 2007 21:12:34 +0000 Subject: [PATCH] ActionItem65: documenting the process for working with translations --- doc/README_FOR_APP | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index c3292aa..4acb12f 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -95,3 +95,11 @@ To prepare a release of noosfero, you must follow the steps below: lib/tasks/svn.rake in case of any questions. * IMMEDIATELY change the version in lib/noosfero.rb to the next version. (e.g. 0.2.0 -> 0.3.0) + +== Working with translations + +* Update translation files: +rake updatepo+. Then +svn commit+ them. +* Send the PO files to the translators. +* Get tha PO files back from translators, put in po/ under the correct language + name (e.,g. po/pt_BR/) and +svn commit+. +* test translations: +rake makemo+ and browse the application on the web. -- libgit2 0.21.2