summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/po.mdwn')
-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
-------------