mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #214] Language selection function #171
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#171
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 @MuratovAS on GitHub (Apr 17, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/214
Good afternoon
Please add a manual language shift function in the settings. This applies to mobile application and web app.
@binwiederhier commented on GitHub (Apr 22, 2022):
I thought this was gonna be easy, but apparently it is not, because
updateConfigurationis deprecated: https://stackoverflow.com/questions/64400939/android-set-app-language-according-the-device-languageThere is a way around it, but I don't really want to put this much effort into something that isn't in high demand.
If you like this feature, please 👍 the initial post.
@MuratovAS commented on GitHub (Apr 24, 2022):
I think it will be enough to add such a feature to the web application.
Many security browsers do not convey information about the language packs installed in the system. Most web applications have the ability to choose a language.
@binwiederhier commented on GitHub (Apr 24, 2022):
The web app has a language selection drop-down already. It'll be in the next release.
@xmgz commented on GitHub (Aug 23, 2024):
the dropdown selector lacks some of the already available languages. Browser, in web app interface, automatically selects my language (gl), but galician is not in the drop down list.
in android app language is not correctly loaded. Android language component is also translated to galician, but it is not loaded. I don't know if this language is actually pulled in to the app from weblate.
thank you