ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
977 stars 408 forks source link

Conditionally assert load_json returns symbolized data #601

Closed paarthmadan closed 2 years ago

paarthmadan commented 2 years ago

A bad rebase removed this diff from #587. This should fix the failing build on master, we now conditionally assert that data is symbolized.

paarthmadan commented 2 years ago

@radar Thanks for your help! This fixes the failing build on master.

The other PR contains this commit, so it should be good to go in as well 👍