From c27d4f31ef159a72189bd670c9144bd197401c82 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 7 Dec 2006 18:24:35 +0000 Subject: [PATCH] short description on how to integrate pootle translations --- stuff/pootle-updates.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 stuff/pootle-updates.txt diff --git a/stuff/pootle-updates.txt b/stuff/pootle-updates.txt new file mode 100644 index 0000000..020edde --- /dev/null +++ b/stuff/pootle-updates.txt @@ -0,0 +1,33 @@ +We use a pootle server to allow online translation of our language data + +The following text should give you guide lines on how to: + - update and merge language data to (A) and from (B) the pootle server + - change english original texts (C) + +------------------------------------------------------------------------------ + +A) update the pootle language files via svn + - log in to the pootle server (thorax) + - become root + - su - pootle + - svn up svn + - svn stat svn + - resolve potential conflicts + + +B) commit pootle translations to svn + - log in to the pootle server (thorax) + - become root + - su - pootle + - use "svn stat" and "svn diff" to check local changes + - svn up + - resolve potential conflicts (svn stat) + - svn commit + + +C) update language template files (after changing english texts) + - change the language.hdf file (of the base cryptobox or of a plugin) + - run scripts/update_po_files.py + - review the changes + - commit the changes +