bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
12 stars 0 forks source link

feat(style): locale model, example #72

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

This does two things:

  1. add locale.rs etc; integrates locales, in other words
  2. sets the stage to ditch trying to use external crates for dates formatting

I think, in other words, I'll probably write my own edtf date formatting methods, and use locale date for month, season, etc. strings.