bryanlundberg / NexusTimer

Nexus Timer is a powerful unopinionated, minimalist training tool for SpeedCubing.
https://nexustimer.com/
GNU General Public License v3.0
42 stars 32 forks source link

Adapting date formats for internationalization using locales #318

Closed bryanlundberg closed 4 months ago

bryanlundberg commented 4 months ago

Currently, dates are displayed in a basic format following the U.S. calendar. We need to change all these sections to be adjusted using locales.

Its possible get current Locale using the hook

const locale = useLocale()

Search what fits better: fns moment or luxon

image

image

syrok94 commented 4 months ago

Hii @bryanlundberg , assign this to me

bryanlundberg commented 4 months ago

Hii @bryanlundberg , assign this to me

All yours, thanks!