EMSTrack / WebServerAndClient

Home of the web server and its clients
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Internationalization #51

Open mcdeoliveira opened 5 years ago

mcdeoliveira commented 5 years ago

There is some minimal internationalization in the base.html template. One would need to extend that to cover other pages, including javascript and any internationalization that is done programmatically. Beware of how the app and the mqtt subscribe client parse certain strings. These should not be internationalized globally.

mcdeoliveira commented 5 years ago

This is mostly done!

mcdeoliveira commented 5 years ago

Need to work on javascript translations.