From 43e5c905cb593b3b6e8ae0a636cae815f09a5ea2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jul 2009 16:54:03 +0200 Subject: shut up msgmerge --- doc/plugins/po.mdwn | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'doc') diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index bc337b69d..98526a55a 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -250,19 +250,6 @@ 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. - -Etc. I don't know what printed that, I'm guessing something -in po4a though. --[[Joey]] - Documentation ------------- -- cgit v1.2.3 From 1a4750b76bb368e6f8c107f52b84343cbd3eac3c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jul 2009 18:27:20 +0200 Subject: language display order --- doc/plugins/po.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 98526a55a..2d59c03fa 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -250,6 +250,16 @@ 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. + +Language display order +---------------------- + +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 ------------- -- cgit v1.2.3