Language in FrontEndUsers 1.0.5 (svn)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
alby

Language in FrontEndUsers 1.0.5 (svn)

Post by alby »

Installed svn version (first time) on CMSMS .13 svn.
I change language in Admin section (user preference) in other language (it_IT), the module work well.
I change locale config in other language (it_IT), the module display (on frontend) en_US language only.
I add lang="it_IT" in module_tag, the module display (on frontend) it_IT language ok.
I test with a failed login but this message is always en_US.
I check in FrontEndUsers.api.php:

Code: Select all

  function Login( $username, $password )
  {
    if( !$this->CheckPassword( $username, $password ) )
      {
        $mod = $this->GetModule();
var_export($mod->Lang); exit;
        return array(FALSE,$mod->Lang('error_loginfailed'));
      }
but $mod->Lang is empty.
My mistake?

Alby
Last edited by alby on Tue Apr 18, 2006 3:29 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Language in FrontEndUsers 1.0.5 (svn)

Post by calguy1000 »

Yes, you'll have to download the translation file for frontendusers too (if Italian is done).  Check in the channel, I'm not quite sure how to do that.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
alby

Re: Language in FrontEndUsers 1.0.5 (svn)

Post by alby »

calguy1000 wrote: Yes, you'll have to download the translation file for frontendusers too (if Italian is done).  Check in the channel, I'm not quite sure how to do that.
Yes, I am maintainer for italian translation and in svn it's there (lang/ext directory)

Alby
Locked

Return to “Modules/Add-Ons”