diff options
author | intrigeri <intrigeri@boum.org> | 2010-06-26 00:56:06 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-06-26 00:56:06 +0200 |
commit | 4cf185e781a5f94373b30ec9a0e10dfb626b6d86 (patch) | |
tree | 6dfd6060e884cb03161374f760282570b0b1cfb9 /doc/plugins | |
parent | a128c256a51392fcf752bf612d83a90e8c68027e (diff) |
po_slave_languages can now be a hash, if order matters.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 585e14383..6b2a30786 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -54,10 +54,10 @@ Supported languages `po_slave_languages` is used to set the list of supported "slave" languages, such as: - po_slave_languages => { 'fr' => 'Français', + po_slave_languages => [ 'fr' => 'Français', 'es' => 'Español', 'de' => 'Deutsch', - } + ] Decide which pages are translatable ----------------------------------- @@ -254,15 +254,6 @@ once [[intrigeri]]'s `meta` branch is merged. An integration branch, called `meta-po`, merges [[intrigeri]]'s `po` and `meta` branches, and thus has this 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]] - Pagespecs --------- |