cancel
Showing results for 
Search instead for 
Did you mean: 

Another translation topic

sversh71
Champ in-the-making
Champ in-the-making
Hello!

Activiti Explorer has a simple lightweight user interface, and it fully satisfied users. But I need to translate Activiti Explorer to another language. I downloaded activiti-5.14 bundle.  I guess I should create somewhere .properties file with translated strings. But where? I didn't found any topics with any instructions or discussions about it. Also Activiti documentation does not contains something about it.

Thank you!
Sergei
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
All properties files are in the /src/main/resources folder of the activiti-explorer module (https://github.com/Activiti/Activiti/tree/master/modules/activiti-explorer/src/main/resources). If you add your language there, using the official shortnames for that language it will be automatically picked up.

The same applies for dropping the properties file in the exploded war file by the way.