How to make translation

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
qbawawa
Posts: 27
Joined: 30 Oct 2015 18:58

How to make translation

Post by qbawawa »

I have copy /opt/z-way-server/htdocs/smarthome/app/lang/en.json into pl.json file. How to make it accessible via interface?
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: How to make translation

Post by PoltoS »

Add it please to the array in htdocs/smarthome/dist/app/config.js and htdocs/expert/dist/app/core/config.js:
'lang_list': ['en','de','fr','es','ru','cz','sk','se'],
Post Reply