You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears Trunk
After replacing FormEncode validators with TW2 validators in a TG2 app I
found that the validator messages were not translated any more. I'm
proposing the patch at
https://github.com/toscawidgets/tw2.core/issues/55 to solve this
problem, please let me know what you think. Maybe we could also use the
same method for FormEncode, I find the currently used method of
translating FormEncode messages too intricate.
-- Christoph
Michael Pedersen
unread,
Oct 1, 2012, 11:39:23 PM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbogea...@googlegroups.com
That looks like a fairly simple way of dealing with the issue. If they
go for the change to tw2, I'm all for making our side and getting it
working.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbogea...@googlegroups.com
That's a great work, I ended up having the same issue but I solved it
by handling the translation inside my own application, your solution
is much more convenient.
Christoph Zwerschke
unread,
Oct 3, 2012, 3:12:15 PM10/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbogea...@googlegroups.com
Am 03.10.2012 11:25, schrieb Alessandro Molina:
> That's a great work, I ended up having the same issue but I solved it
> by handling the translation inside my own application, your solution
> is much more convenient.
Ok, so I sent a pull request to get in TW2. Maybe you can then add the
Italian translations.