Localization in Event Description

Ferchoes 8 years ago

Hallo Anton,
when a command is sent using the web interface, the event panel register this event, and i can see it, as follow:

Device | Event | Time
NameDev | Command result: Command XXX accepted | 0 minutes

and when i am using the web interface in spanish, i get:

NameDev | Resultado del comando: Command XXX accepted | 0 minutos

The question is, is there anyway to have also "Command XXX accepted" in spanish?

Thanks in advance

Anton Tananaev 8 years ago

At the moment you can only modify it in the code:

Gl200TextProtocolDecoder.java#L360

Ferchoes 8 years ago

Thank you!!