-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
It seems there are inconsistencies in the intended usage context of the :abbr_day_names, :abbr_month_names, :day_names and :month_names entries across the different locale files. It isn’t clear whether these entries are meant to be used within a sentence or not.
This has led to the assumption—for the :cs locale—that they should be used as column headings (see bc0a11f) and therefore capitalized, which is incorrect (see https://cs.wikibooks.org/wiki/Čeština/Typografie_interpunkčních_znamének_a_jiných_znaků).
It would be helpful to have a rule in the README or at least a confirmation here specifying whether these four entries are typically used for dates embedded in sentences or not.
By confirming the entries are meants to be used within a sentence, developers could apply uppercase when needed (for columns, for example) and ensure correct date formatting—e.g. in Czech—when combining multiple entries such as the weekday name followed by the month name.