X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=tools%2FREADME;h=2e7460bddf6a5521a96cbcf1af6ee6c2b371ad6c;hp=5bc3972688f1cb3e1d643a9ef73d40754e5b4183;hb=8da57140b82c5f42878fb332f0edc61351279d2d;hpb=f6ccc75a6eddbb23e0db3a3637268438e0fbb4f9;ds=sidebyside diff --git a/tools/README b/tools/README index 5bc397268..2e7460bdd 100644 --- a/tools/README +++ b/tools/README @@ -210,4 +210,27 @@ ----------------------------------------------------------------------- +* 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 .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 + +----------------------------------------------------------------------- +