pub const MONTHS: [&str; 12];Expand description
English month names. There is no locale system here and there will not be
one until something needs it: localizing means shipping ICU, and an app that
needs it can draw its own grid from month_grid, which is the reusable
half.