-
Notifications
You must be signed in to change notification settings - Fork 156
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
Language button #98
Comments
Think we should add an additional button if it does not take a high effort. Users don't necessary know what they have (installed) on their own or on lent devices. Furthermore language buttons are common for websites. |
The current implementation has some issues:
|
Yes, the language selection causes the page to reload. It reloads to the control tab by default, which is an intended behaviour (makes sense e.g. after adding a content to be lead directly to where you can control said content). We could see how we could make the site reload to the section where the language selection is. I am not sure what you mean by "not persistent", but I guess you mean, that the languages selectable are not all translated yet. This can be solved either by translating everything (long term solution) or by deleting the directories of untranslated languages (short term solution). Language selection during login sounds like a good idea. Or does anyone else see any problem with this? |
"Persistent" means that the chosen language should be saved as a cookie in the browser and used the next time(s) when PalMA is used again. Otherwise a user would have to select the language each time when (s)he uses PalMA. |
Should we add a button to change the language or do we want to keep it conditional to the browser language?
The text was updated successfully, but these errors were encountered: