phpreport
phpreport copied to clipboard
Internationalization support
PhpReport doesn't currently support internationalization (i18n) at all. It ships in English and cannot be translated easily, only by translating the strings in source code directly.
Back when we wrote PhpReport, there wasn't a good solution for i18n of JavaScript strings, but we should re-check the state of the art nowadays.
Related: #340. Internationalization is not only about text strings, it should also affect how dates are represented and selected, for example.
Some hints on how to do this: https://stackoverflow.com/questions/14358817/best-practice-for-localization-and-globalization-of-strings-and-labels https://stackoverflow.com/questions/3084675/how-does-internationalization-work-in-javascript