aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-07-19 20:21:16 +0200
committerJonas Smedegaard <dr@jones.dk>2009-07-19 20:21:16 +0200
commitcccd4e101a13cb73d25d591ef6c23122ec15533e (patch)
tree5657543d0190f9f5cdc9820cfd2b03af8c3e3d9c /doc
parentadee74a67b082e28f42106799dd305eaa0057250 (diff)
parent4fb0e8720c19451a3d60acba7f033aa237c7f468 (diff)
downloadikiwiki-cccd4e101a13cb73d25d591ef6c23122ec15533e.tar
ikiwiki-cccd4e101a13cb73d25d591ef6c23122ec15533e.tar.gz
Merge branch 'master' of git://git.ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/po.mdwn17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index bc337b69d..2d59c03fa 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -250,18 +250,15 @@ once [[intrigeri]]'s `meta` branch is merged.
An integration branch, called `meta-po`, merges [[intrigeri]]'s `po`
and `meta` branches, and thus has thise additional features.
-Misc bugs
----------
-
-While building the basewiki po files, I saw this output:
-
- rendering smiley/smileys/tongue.png
- ... done.
- ...... done.
+Language display order
+----------------------
-Etc. I don't know what printed that, I'm guessing something
-in po4a though. --[[Joey]]
+Jonas pointed out that one might want to control the order that links to
+other languages are listed, for various reasons. Currently, there is no
+order, as `po_slave_languages` is a hash. It would need to be converted
+to an array to support this. (If twere done, twere best done quickly.)
+--[[Joey]]
Documentation
-------------