diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-18 20:03:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-18 20:04:39 -0400 |
commit | 35c9956df0cb92a1088d763a45e863079bfd8e50 (patch) | |
tree | e783747d4ae0899ee22441f11ca6580966b72b67 /doc | |
parent | def97ec7fe5f84c0d1931ff2c0f8b33b78fed114 (diff) | |
download | ikiwiki-35c9956df0cb92a1088d763a45e863079bfd8e50.tar ikiwiki-35c9956df0cb92a1088d763a45e863079bfd8e50.tar.gz |
Revert "po_slave_languages can now be a hash, if order matters."
This reverts commit 4cf185e781a5f94373b30ec9a0e10dfb626b6d86.
That commit broke t/po.t (probably the test case only is testing too
close the the old implementation and needs correcting).
Also, we have not decided how to want to represent it yet, so I'm not
ready for this change.
Conflicts:
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index d6f82912c..53327c1da 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 ----------------------------------- |