Villhellm / lovelace-clock-card

Basic analog clock for Lovelace
49 stars 12 forks source link

Not working for zh_CN #21

Open xiaod0510 opened 1 year ago

xiaod0510 commented 1 year ago
image image

The Hour Hand did not work for me like above picture 1,and I found the bug is at the line 133 . You could try it by navigator.language='zh_CN', so maybe the better code is : var local_hour = parseInt(now.toLocaleString(navigator.language, { hour: '2-digit', hour12: true, timeZone: config.time_zone }).replaceAll(/\D+/g,""));