add script that eases the creation of *.po files
[claws.git] / tools / README
index 5bc3972688f1cb3e1d643a9ef73d40754e5b4183..2e7460bddf6a5521a96cbcf1af6ee6c2b371ad6c 100644 (file)
 
 -----------------------------------------------------------------------
 
+* update-po
+
+  WHAT IT DOES
+  
+  This script is a message catalog translator's tool, it updates the .po 
+  files named on the command line.
+
+  HOW TO USE IT
+
+  This script needs to be copied to and run from the 'po' directory.
+  
+       ./update-po lang.po lang2.po ...
+
+  to update one or more <yourlang>.po files from the sourcecode files
+  named in POTFILES.in. The old .po file is save in a .po.old file.
+
+  For example, when you want to update fr.po, run ./update-po fr.po, 
+  then edit fr.po to update your translation.
+
+  Author: Wilbert Berendsen <wilbert@oswf.org>
+
+-----------------------------------------------------------------------
+