Review: Needs Fixing

Please, correctly indent the code : 4 spaces instead of tabs.

Use a space after comma in object notation :

{
    key:value,   // wrong
    key: value   // ok
}

At first sight, it seems that dhx_cal_today_button, day_tab, week_tab, 
month_tab has no effect on translations. Could you check why ?

Thanks.

PS: for testing purpose, I surround the scheduler locale declaration :

        var _oldt = _t
        _t = function(s) { return 'trad-' + s }
        scheduler.locale = {
            ...
        };
        _t = _oldt
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-573621-msh/+merge/104097
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-573621-msh.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to