i18n
i18n copied to clipboard
Throw vs raise for InvalidPluralizationData
In my opinion InvalidPluralizationData
error is a kind of MissingTranslation
error.
I18n::Backend::Fallbacks
exist to avoid MissingTranslation
error and I don't figure out why fallbacks does not work for InvalidPluralizationData
.
This is related to https://github.com/ruby-i18n/i18n/issues/493
Did I miss something?
Nice work @papa-cool 👍
@radar as you requested in https://github.com/ruby-i18n/i18n/issues/493#issuecomment-573915158 there is a PR ready. Is this worth a review?
Hi @radar Can I have an explanation why you closed my PR. The issue is still opened and has been reproduced by you. I can rebase it to master, but I never had any review from more than 2 years.