ruby-i18n/ruby-cldr

Sort keys within the components

Closed this issue · 0 comments

Potential Problem

As part of #82, we started sorting at the Export level.

This was nice for consistent output, but ended up changing the order of things that already have a logical sort order.

For example, the output of Calendars has had the order of the weekdays mangled as a result:

wide:
  fri: Friday
  mon: Monday
  sat: Saturday
  sun: Sunday
  thu: Thursday
  tue: Tuesday
  wed: Wednesday

Potential Solution

Remove the global sort, and change each component to output in sort order unless otherwise needed.