Skip to content
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

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

JirR02
Copy link

@JirR02 JirR02 commented Apr 2, 2024

resolve #83

@Rafiot
Copy link
Contributor

Rafiot commented Apr 29, 2024

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?

@JirR02
Copy link
Author

JirR02 commented May 25, 2024

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.

@JirR02
Copy link
Author

JirR02 commented Jun 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add multilanguage support for web interface
2 participants