Joey Hess 2008-07-07 15:11:57 -04:00
parent dd8712fe2a
commit b37a98c207
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ should be written as
> seem to require converting from the translations back into the C locale > seem to require converting from the translations back into the C locale
> when the form is posted. --[[Joey]] > 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: 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>` `<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>`