The legacy importing code that uses the ruby-cldr gem doesn't properly merge together all the resources in the locale's ancestor chain. I've been slowly rewriting the legacy importers, but it's slow going. This PR specifically fixes the list format importer and thereby addresses the linked issue. Portuguese (and all other) list formats should work as expected once this is merged.
See: https://github.com/twitter/twitter-cldr-rb/issues/241
The legacy importing code that uses the ruby-cldr gem doesn't properly merge together all the resources in the locale's ancestor chain. I've been slowly rewriting the legacy importers, but it's slow going. This PR specifically fixes the list format importer and thereby addresses the linked issue. Portuguese (and all other) list formats should work as expected once this is merged.