phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Internationalization support

Open jaragunde opened this issue 7 years ago • 1 comments

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.

jaragunde avatar Oct 25 '18 09:10 jaragunde

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

jaragunde avatar Oct 26 '18 13:10 jaragunde