diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-07 15:11:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-07 15:11:57 -0400 |
commit | b37a98c2070ce3628ee4bc0c82162cfb118484c1 (patch) | |
tree | 21d7288b7884f725dfeb9e6905ea9b6085cdaa98 /doc | |
parent | dd8712fe2aa490b6060b7ceeea236d4a47302b61 (diff) |
web commit by http://www.openidfrance.fr/beaufils
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/ikiwiki_is_not_truly_localizable.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki_is_not_truly_localizable.mdwn b/doc/bugs/ikiwiki_is_not_truly_localizable.mdwn index 11bf1cab5..f10ea5fdb 100644 --- a/doc/bugs/ikiwiki_is_not_truly_localizable.mdwn +++ b/doc/bugs/ikiwiki_is_not_truly_localizable.mdwn @@ -14,6 +14,12 @@ should be written as > seem to require converting from the translations back into the C locale > when the form is posted. --[[Joey]] +>> Wouldn't it be more easy to change all calls to the corrects ones (including in plugins) ? +>> For instance in the same file (CGI.pm): `elsif ($form->submitted eq gettext("Save Page")) {`. +>> That way no conversion to the C locale is needed. +>> gettext use should just be publicized in documentation (at least in [[plugins/write]]). --[[bbb]] + + In standards templates things seems wrongly written too. For instance in page.tmpl line like: `<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>` |