From 66b7df7cdef1d8e93e4eba2386c1f9b8de64415a Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 7 Apr 2021 15:09:44 +0100 Subject: [PATCH] use selected language for time format, add manual selector You can now choose between 12h and 24h time in the top left language menu. Your preference is stored by the browser for future visits. --- html/admin.html | 11 +++++++++- ts/modules/accounts.ts | 5 +++++ ts/modules/common.ts | 17 +++++++++++--- ts/modules/invites.ts | 4 ++++ ts/modules/lang.ts | 50 ++++++++++++++++++++++++++++-------------- 5 files changed, 67 insertions(+), 20 deletions(-) diff --git a/html/admin.html b/html/admin.html index 1af8d8b..73e813e 100644 --- a/html/admin.html +++ b/html/admin.html @@ -276,7 +276,16 @@