-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localised notifications #148
Labels
Comments
Don't quite grasp every aspect of it but... I'll help translating whatever needs to. From the translation maintenance point of view, the least number of files to address, the better (for now, we have 1 for desktop UI - per language - and 1 for mobile UI - all languages). But I reckon that coding structure shouldn't oblige by this... |
Closed
vitalidze
added a commit
that referenced
this issue
Apr 17, 2015
vitalidze
added a commit
that referenced
this issue
Apr 17, 2015
vitalidze
added a commit
that referenced
this issue
Apr 17, 2015
vitalidze
added a commit
that referenced
this issue
Apr 21, 2015
vitalidze
added a commit
that referenced
this issue
Apr 21, 2015
vitalidze
added a commit
that referenced
this issue
Apr 24, 2015
vitalidze
added a commit
that referenced
this issue
Apr 25, 2015
…htweight template engine, implemented templates testing
vitalidze
added a commit
that referenced
this issue
Apr 25, 2015
vitalidze
added a commit
that referenced
this issue
Apr 25, 2015
vitalidze
added a commit
that referenced
this issue
Apr 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For my private project I need localised notifications (in russian language). I can see two ways of implementation (which may probably be combined):
Template will be in Java Minimal Template Engine format.
I think the best way will be to have a message template per event type (or maybe even per device so notification will always be send for single device).
This will work for #139 too.
Messages.properties
file. This global setting will also change the default language of entire traccar interface (so you won't have to edittraccar.html
file anymore).If someone has any thoughts on this - please express them :)
The text was updated successfully, but these errors were encountered: