PasswordMaker Forums

Firefox/SeaMonkey/Mozilla/Netscape/Flock Browser Extension => Bugs => Topic started by: n5zhkyln on April 29, 2010, 02:31:51 AM

Title: Translation problem with version 1.7.5
Post by: n5zhkyln on April 29, 2010, 02:31:51 AM
French and Brazilian Portuguese translation doesn't work properly in version 1.7.5, due to the introduction of Croatian and Turkish.

Please check out file "chrome.manifest".
These lines were added:

locale  passwdmaker fr-FR jar:chrome/passwdmaker.jar!/locale/hr-HR/
locale  passwdmaker pt-BR jar:chrome/passwdmaker.jar!/locale/tr-TR/


But they should be like this:

locale  passwdmaker hr-HR   jar:chrome/passwdmaker.jar!/locale/hr-HR/
locale  passwdmaker tr-TR   jar:chrome/passwdmaker.jar!/locale/tr-TR/


Thank you.
Title: Re: Translation problem with version 1.7.5
Post by: Eric H. Jung on April 29, 2010, 03:26:55 AM
Thanks! I've fixed the problem, committed it to Subversion, and will submit 1.7.6 to mozilla tomorrow after I have a chance to test it.