# File lib/i18n/backend/chain.rb, line 59 def exists?(locale, key) backends.any? do |backend| backend.exists?(locale, key) end end