[or-cvs] r20265: {translation} updated the readme again (translation/trunk/tools/gsoc09)

runa at seul.org runa at seul.org
Wed Aug 12 08:53:39 UTC 2009


Author: runa
Date: 2009-08-12 04:53:38 -0400 (Wed, 12 Aug 2009)
New Revision: 20265

Modified:
   translation/trunk/tools/gsoc09/README
Log:
updated the readme again

Modified: translation/trunk/tools/gsoc09/README
===================================================================
--- translation/trunk/tools/gsoc09/README	2009-08-12 02:30:11 UTC (rev 20264)
+++ translation/trunk/tools/gsoc09/README	2009-08-12 08:53:38 UTC (rev 20265)
@@ -71,3 +71,29 @@
    everything.
 
 6. Run po2wml.sh to convert the translated .po files back to .wml.
+
+Checklist:
+What do you do if one of the files aren't being converted? Here is a
+few, possible solutions.
+
+If the file is listed in the logfile:
+
+0. You can convert the file manually using the following command:
+
+   po4a-gettextize -f wml -m "foo.wml" -p "foo.pot" --master-charset utf-8
+
+1. The problem is most likely a tag that is not closed. The solution
+   here is to close the tag and try again. 
+
+2. If the tag is a custom tag not defined in versions.wmi, edit both
+   wml2po.sh and po2wml.sh and add the tag to the list of custom tags.
+
+If the file is not listed in the logfile:
+
+1. Does the file actually have any content? A file without content will
+   not be converted.
+
+2. Does the file have a translation priority? A file without translation
+   priority will not be converted either.
+
+3. Is the file of the type .wml?



More information about the tor-commits mailing list