Add multilanguage support for website interface
resolve #83
Alright, so you implemented a dropdown to change the language of the page. Are you also planning to implement a system to extract all the text from the templates and allow their translation without changing all them manually?
Since you use templates for the websites I thought it would be the easiest to make subfolders for different languages. (/website/web/templates/en/name.html etc.) That way if somebody else wants to contribute, they just have to copy the main folder and create a new one. Concerning the system for translation, I will write a small script which extracts the text in the HTML files and translates it for me.
Concerning the dropdown, it is still not working but I will have a look at it.
Just an small update. I got the dropdown to work today and with the latest commit I also added the Flags. A small progress after 1 month but still a progress. All that is left is the restructuring of the templates.
Updates are following.