# File lib/fast_gettext/translation_repository/chain.rb, line 27 def [](key) chain.each do |c| result = c[key] and return result end nil end