From ecb1ba8a0019904ffee46d5d295db9b4942babd8 Mon Sep 17 00:00:00 2001 From: Matjaz Lipus Date: Tue, 2 Jun 2020 23:00:02 +0200 Subject: [PATCH] space --- apps/locale/locale.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/locale/locale.html b/apps/locale/locale.html index d5089e136..681653598 100644 --- a/apps/locale/locale.html +++ b/apps/locale/locale.html @@ -182,8 +182,8 @@ exports = { speed: s => Math.round(s/${speedUnits[locale.speed]}) + ${js(locale.speed)}, temp: t => Math.round(${temperature}) + ${js(locale.temperature)}, translate: s => ${locale.trans?`{var t=${js(locale.trans)};s=''+s;return t[s]||t[s.toLowerCase()]||s;}`:`s`}, - date: (d,short) => short ? \`${dateS}\`: \`${dateN}\`, - time: (d,short) => short ? \`${timeS}\`: \`${timeN}\`, + date: (d,short) => short ? \`${dateS}\` : \`${dateN}\`, + time: (d,short) => short ? \`${timeS}\` : \`${timeN}\`, meridian: d => (d.getHours() <= 12) ? ${js(locale.ampm[0])}:${js(locale.ampm[1])}, }; `.trim();