One thing I haven't figure out is how to translate the error messages from validating forms. I've tried several things but nothing worked.
This wasnt implemented for the helper methods error_messages_for or error_message_on . So I just did that.
_{}
you can translate variables with
<%= t variable_name %>
maybe
define('AK_AVAILABLE_LOCALES', 'en,nl');
define('AK_PUBLIC_LOCALES', 'nl');
is what you're looking for?
Hi Kaste,
your suggestion in the last comment about locales worked.
Thanks.
1 to 4 of 4