mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #1508] Request | Add option to change Language #1064
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#1064
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 @hudsonm62 on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1508
💡 Idea
Would be nice to be able to manually change language in web/mobile app settings.
Android also allows you to set per-app languages. Not sure about iOS.
💻 Target components
@wunter8 commented on GitHub (Dec 7, 2025):
As a temporary workaround, you can open the browser's dev tools and modify a local storage value. Find the key
i18nextLngand change its value to the locale you'd like (e.g.,en-US,en-UK, etc.). Then refresh the page/web app@hudsonm62 commented on GitHub (Dec 8, 2025):
not on the Android app though I imagine
@hudsonm62 commented on GitHub (Dec 8, 2025):
not on the Android app though I imagine
@wunter8 commented on GitHub (Dec 8, 2025):
Correct. Not right now, at least
@binwiederhier commented on GitHub (Dec 28, 2025):
Done https://github.com/binwiederhier/ntfy-android/pull/145
This will be in ntfy Android 1.21.x