Simple Machines Community Forum

SMF Support => Language Specific Support => Topic started by: Ikaroz on July 22, 2012, 07:29:07 PM

Title: Error report for portuguese_brazilian language pack (SMF 2.0.2)
Post by: Ikaroz on July 22, 2012, 07:29:07 PM
Hello, Guys.

I don't know if here is the right place to post it, but...

On Admin.portuguese_brazilian.php, at line 300:
$txt['support_versions_db'] = '%$1s versão';

This should be:
$txt['support_versions_db'] = '%1$s versão';

This typo causes 2 sprintf errors on Error Logs (Admin.php line 533 and Subs-Admin.php line 79)
Title: Re: Error report for portuguese_brazilian language pack (SMF 2.0.2)
Post by: Dzonny on July 23, 2012, 05:50:57 AM
Hello there and welcome to smf community! :)

Thanks for reporting this, i just fixed that string, so it should be updated on our download page soon. :)

Thanks once again for helping, we appreciate it.

Regards,
Dzonny
Title: Re: Error report for portuguese_brazilian language pack (SMF 2.0.2)
Post by: Darkness_Black on July 23, 2012, 03:17:51 PM
fixed, Thanks
Title: Re: Error report for portuguese_brazilian language pack (SMF 2.0.2)
Post by: Ikaroz on March 16, 2013, 03:03:42 AM
Hello again, Guys.

We have a new bug with brazilian portuguese translation for SMF 2.0.4.

On the file Themes\core\languages\Settings.portuguese_brazilian.php

At line 7:
$txt['theme_thumbnail_href'] = ;

This should be:
$txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif';

Seems that someone deleted the original value. Without this config there's an error and the user can't change the forum theme.
Title: Re: Error report for portuguese_brazilian language pack (SMF 2.0.2)
Post by: GravuTrad on March 16, 2013, 08:45:11 AM
Reported to translators. ;) They'll surely check this soon. ;)