kaydensigh / chromecalclock

A calendar and clock widget.
Apache License 2.0
19 stars 7 forks source link

Force using 'en-US' to avoid locale-specific extra strings #16

Closed tagoh closed 3 years ago

tagoh commented 4 years ago

This fixes the exception and to get the hour hand working.

kaydensigh commented 3 years ago

Sorry I haven't looked at this project in a long time.

This bit of code intentionally leaves the locale unspecified so that the browser will use the local machine's locale.

If you noticed a bug that this change fixes, please file an issue with details on how to reproduce it.