From 52643b43784e4d51deb8630641f825b870be29a7 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 20 Mar 2024 13:52:43 +0100 Subject: [PATCH] Revert changes to `currencySym` --- apps/locale/locale.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/locale/locale.html b/apps/locale/locale.html index 212df21b9..e75f8726f 100644 --- a/apps/locale/locale.html +++ b/apps/locale/locale.html @@ -191,8 +191,7 @@ function getHours(d) { } exports = { name: ${js(locale.lang)}, - get currencySym(){console.log("Warning: Currency information is deprecated");return ${js("£")}}, - set currencySym(v){}, + currencySym: ${js("£")}, dow: (d,short) => ${js(locale.day + ',' + locale.abday)}.split(',')[d.getDay() + (short ? 7 : 0)], month: (d,short) => ${js(locale.month + ',' + locale.abmonth)}.split(',')[d.getMonth() + (short ? 12 : 0)], number: (n, dec) => {