Feng Forum

Support => Older versions => : jonasf May 06, 2010, 08:50:50 PM

: Wrong translation (Day Name pt_BR)
: jonasf May 06, 2010, 08:50:50 PM
Hi,
today we found that there is a wrong translation for a day name in pt_BR locale.
We were setting a date for a task and found out that the bar that shows  the first char of each week day was showing the wrong char for "our sunday". After messing around a bit I found that lang.js for our language was wrong. I fixed it in here and now it seems ok.
Our sunday is Domingo, not Sexta.

fengoffice:/home/fengoffice-beta/language/pt_br# diff lang.js lang.js.orig
332c332
<    'sunday': 'Domingo',
---
>    'sunday': 'Sexta',


: Re: Wrong translation (Day Name pt_BR)
: cabeza May 07, 2010, 06:29:29 PM
Thanks for reporting. Will be fixed.
: Re: Wrong translation (Day Name pt_BR)
: jonasf May 07, 2010, 09:15:42 PM
I'm attaching a patch with some corrections I did.