]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/po.mdwn
po plugin: fix linking from a translation to its master page
[git.ikiwiki.info.git] / doc / plugins / po.mdwn
index bc455021afbf6d990024ac9dc874c545b0ede9cd..9baa609642c7156408938520bf47b612d255ee3f 100644 (file)
@@ -221,6 +221,10 @@ Security checks
 gettext/po4a rough corners
 --------------------------
 
+- new translations created in the web interface must get proper charset/encoding
+  gettext metadata, else the next automatic PO update removes any non-ascii
+  chars; possible solution: put such metadata into the Pot file, and let it
+  propagate
 - fix the duplicated PO header mysterious bug
 - fix the "duplicate message definition" error when updating a PO
   file; do PO files need normalizing? (may be a side effect of
@@ -232,18 +236,20 @@ gettext/po4a rough corners
   a PO update, that changes bla.fr.po in repo2; etc.; fixed in
   `629968fc89bced6727981c0a1138072631751fee` ?
 
-Misc. bugs
-----------
-
-
-
 Misc. improvements
 ------------------
 
+### automatic POT/PO update
+
+Use the `change` hook instead of `needsbuild`?
+
 ### page titles
 
 Use nice page titles from meta plugin in links, as inline already does.
 
+### websetup
+
+Which configuration settings are safe enough for websetup?
 
 Translation quality assurance
 -----------------------------