-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add multilanguage support for website interface #561
base: main
Are you sure you want to change the base?
Conversation
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. |
resolve #83