I use tis module in a german Drupal and the function ldapauth_admin_settings_submit($form, &$form_state) makes a switch on the English text-values of the submit button. This wouldn't work on any language except english.
I use tis module in a german Drupal and the function ldapauth_admin_settings_submit($form, &$form_state) makes a switch on the English text-values of the submit button. This wouldn't work on any language except english.
Comments
Comment #1
miglius commentedNot sure. The code mentioned is followed:
The function t() is called which translates english string to a localized one.
Comment #2
binco commentedif I add the t() function everything works as expected, but in my module the t()-function was missing and i also checked the dev version
Comment #3
miglius commentedthe t() is in the cvs.