Code review comment for lp:~tsabi/openerp-web/trunk-properi18nmark

Revision history for this message
Csaba TOTH (tsabi) wrote :

Ok, i am not a big javascript tumbler, as i getted out it includes text to translate, but didn't getted out the real meaning of the code. Now i understand, if this will piped to a python evaluation process, than this is in good format.

from my python windows console with hungarian local:

import datetime; print datetime.timedelta(1, 4)
1 day, 0:00:04
import datetime; print datetime.timedelta(1, 78798768)
913 days, 0:32:48

The same result under linux with hu_HU.UTF-8 locale.

« Back to merge proposal