Revert changes to `currencySym`

master
Anton 2024-03-20 13:52:43 +01:00
parent 5684832970
commit 52643b4378
1 changed files with 1 additions and 2 deletions

View File

@ -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) => {