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
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
- MSAnsweredHello,
That is php date and unfortunately not translate-able.
The workaround to resolve this would be `setlocale` and then use `strftime` instead of `date`. Luckily system using `hrld` & `hrsd` methods of the `app/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