Ariel Santos

Results 1 comments of Ariel Santos

Hey, if anyone's still dealing with this problem, here's a simple workaround: ```ruby module I18n::Tasks::MissingKeys def locale_key_missing?(locale, key) !I18n.exists?(key, locale) end end ``` Obviously it depends on having already loaded...