6 7 8 9 10
# File 'lib/i18n/backend/key_logger.rb', line 6 def lookup(locale, key, scope = [], options = {}) key = (Array(scope || []) + [key]).compact.join('.') I18n::Coverage::KeyLogger.store_key(key) super end