diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:46:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-05 22:46:40 +0000 |
commit | 0f5128319283f9e48e433dab5306775ae1f2031d (patch) | |
tree | 9694656af8050ac79783834fda0db26be3dfd95c | |
parent | 7d9daa26a3d1cd4e22ff7622d00682f9e0fb8231 (diff) |
web commit by NicolasLimare: --lang vs locale vs --html-lang
-rw-r--r-- | doc/todo/language_definition_for_the_meta_plugin.mdwn | 5 |
1 files changed, 5 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 f473c9e0b..3ed206b87 100644 --- a/doc/todo/language_definition_for_the_meta_plugin.mdwn +++ b/doc/todo/language_definition_for_the_meta_plugin.mdwn @@ -24,6 +24,11 @@ This may be useful for sites with a few pages in different languages, but no ful >>> Yes, that seems reasonable. I guess there's no problem with defaulting >>> to en if it can be overridden in the setup. --[[Joey]] +>>>> Yes, english default makes sense. But maybe this option should also be used to define the +>>>> language used for the messages, ie override the locale? +>>>> Or just --html-lang=XX, only used by the templates? +>>>> — NicolasLimare + <pre> --- meta.orig.pm 2007-07-27 00:19:51.000000000 +0200 +++ meta.pm 2007-08-05 22:37:40.000000000 +0200 |