mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Problem with language select #2292
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NicoWeij on GitHub (Sep 23, 2022).
After changing the language in the browser and saving it, the screen is refreshed and only the preferences are visible.
Where can I change the language back to English via SSH.
@MichaIng commented on GitHub (Nov 22, 2022):
Thanks for reporting. The language can be changed in
/etc/motioneye/motion.conf, then:I did some testing. There is a problem that only the backend translation is available, while the frontend translation file is completely missing:
github.com/motioneye-project/motioneye@c9cb338When selecting it, one lands on login screen but cannot login. Server log then says:
AFAIK, a template does the job already, even with all translations missing, in which case Esperanto will be used.
Not sure why I face the login screen while you don't, probably another thing in code changed in the meantime. I'll try to generate a frontend translation template Dutch.
@jmichault
Probably in such case we want to pull the default or Esperanto language file automatically? Or, not sure if weblate can be configured to always push files for frontend and backend when a new language is added, even if no translations are done in respective part.