espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
496 stars 1.17k forks source link

locale: Remove meridians from time patterns #3575

Closed atjn closed 2 months ago

atjn commented 2 months ago

Related to #3534

These formatting symbols are not used, and they should not be used because most apps only work with the time string HH:MM:SS and they expect the meridian to be accessible from the separate meridian function. I suggest removing these symbols.

The removal changes nothing for existing users of the app.

atjn commented 2 months ago

Requesting review from @gfwilliams