diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-11 22:17:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-11 22:17:41 +0000 |
commit | 01fc1aef73ec06b2e9a697c728f6098b1b64debb (patch) | |
tree | 7139f1bca7467f9f986ef2f31fc15b61bea1cfea /doc | |
parent | aa845265091bf0beb6430f45c7ce206370ce53a1 (diff) | |
download | ikiwiki-01fc1aef73ec06b2e9a697c728f6098b1b64debb.tar ikiwiki-01fc1aef73ec06b2e9a697c728f6098b1b64debb.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/language_definition_for_the_meta_plugin.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/language_definition_for_the_meta_plugin.mdwn b/doc/todo/language_definition_for_the_meta_plugin.mdwn index 39c519e3d..4e5d8ef4e 100644 --- a/doc/todo/language_definition_for_the_meta_plugin.mdwn +++ b/doc/todo/language_definition_for_the_meta_plugin.mdwn @@ -29,6 +29,9 @@ This may be useful for sites with a few pages in different languages, but no ful >>>> it from the `meta` directive. >>>> — [[NicolasLimare]] +>>>>> ikiwiki already has a $config{locale}, which is a full locale (ie, +>>>>> "en_US.UTF-8". This just needs to be parsed for the lang. --[[Joey]] + <pre> --- meta.orig.pm 2007-07-27 00:19:51.000000000 +0200 +++ meta.pm 2007-08-05 22:37:40.000000000 +0200 |