mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1702] Title: Enable additional English locales (en-001 / en-GB / en-CA) in Weblate #1183
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#1183
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 @usefulish on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1702
Hi,
I noticed that ntfy currently only exposes a single English locale (effectively en-US) in the web UI, which results in US-style date/time formatting.
While looking into translations in Weblate, I saw that several English locale variants already exist, including:
However, these do not appear to be enabled for the ntfy project (Weblate only allows selecting “basic languages”).
Would it be possible to enable these existing English locales for the web UI?
This would allow users to select an English variant that better matches their local formatting expectations, without introducing a separate date/time formatting setting.
For example, this would allow English UI without forcing US date formatting.
Thanks!
@binwiederhier commented on GitHub (Apr 14, 2026):
There are definitely languages with different variants:
I was able to add en_GB, https://hosted.weblate.org/projects/ntfy/android/en_GB/ -- You should be able to add your own languages.
@usefulish commented on GitHub (Apr 14, 2026):
Thanks! My issue is specifically with the web UI date formatting rather than Android.
I can see en_GB on the Android component now. Would it be possible to enable en_GB (and ideally en_CA / en_001 if you’re open to it) for the web component as well?
That would let me test whether one of those English variants solves the date formatting issue there without needing any code changes.