From f28b9849a1765c45c67b173516f1776113828233 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Wed, 7 Jul 2021 14:38:10 +0100 Subject: [PATCH] Make English default be 24-hour clock. --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 6f74afd..911251f 100644 --- a/en.json +++ b/en.json @@ -498,7 +498,7 @@ "defaults": { "date_separator": "/", "date_format": "traditional", - "twelvehour": "yes" + "twelvehour": "no" } }, "notifications": { -- GitLab