Гость
24 Фев 2014 09:33

in event notification tooltip the date is in english,

the tooltip is being generated by this language string

EVENT_RECORD_EDITED="Record has been edited by [BY] on [ON]"

italian lang string:

EVENT_RECORD_EDITED="Il contenuto è stato modificato da [BY] il [ON]"

but the date displaied is always in english

is there a special setting somewhere or it is a bug?

thank you

Последние изменения: 02 Март 2014


Sergey
Total posts: 13,748
24 Фев 2014 23:39

We use

date('d F Y', $params->on)

For data generation. i think it always will be system locale language. Does other dates in Cobalt are translated?


Гость
25 Фев 2014 02:31

yes, all other dates are normally translated (I mean eg dates on records)


Sergey
Total posts: 13,748
25 Фев 2014 08:30

I changed it to JHtml::_('date'). Let's see if it will be solved next update.


Гость
26 Фев 2014 03:46

ok, thank you!

Работает на Cobalt