ruby-i18n/ruby-cldr

Variables stopped being output

Closed this issue · 0 comments

Problem?

unicode-org/cldr@a56c139 moved where //validity/variable information was located (from common/supplemental/supplementalMetadata.xml to common/supplemental/attributeValueValidity.xml).

Since lib/cldr/export/data/variables.rb hard-codes the path to look at, thor cldr:export --components=variables stopped outputting anything at that point.

This is similar to #95, but affects supplemental data instead.

Potential solution?

Rework Export::Data to follow the spec and combine the data files into one before doing lookups.