rails-i18n icon indicating copy to clipboard operation
rails-i18n copied to clipboard

date.formats are reported as having broken data

Open digitalfrost opened this issue 3 years ago • 2 comments

thor locales:test some_locale

wrongly reports

The following keys have broken data:
date.formats.default
date.formats.long
date.formats.short

I have checked zh-CN and fr locales the error is given when the keys are clearly not broken.

Testing the en locale also reports these keys as having broken data.

digitalfrost avatar Aug 31 '22 09:08 digitalfrost

Impacts #577 #1011 since locales:complete locale is based on the same KeyStructure.check function being used by locales:test

digitalfrost avatar Aug 31 '22 09:08 digitalfrost

Fixed by #1087.

jlduran avatar Jun 05 '23 11:06 jlduran