B
Asked
Hi Mian, thank you for all the help. I have a question regarding the translation of dates in the report function I found all the places in which i can change the translation of the dates, but still remain english I changed in the langiages folder and in lib/language folder but nothing to do 😦 some suggetsions? I add an image Thanks Best Bruno
Attachments
- MSAnswered
Hello,
That is php date and unfortunately not translate-able.
The workaround to resolve this would be
setlocale
and then usestrftime
instead ofdate
. Luckily system usinghrld
&hrsd
methods of theapp/libraries/Tec.php
If you need you can check them.I will cover this in the next major release. This item is the 4th in queue, and I am still working on 2nd so it might some time.
Thank you
- Login to Reply