# File lib/i18n/backend/interpolation_compiler.rb, line 68 def interpolate_key(key) [direct_key(key), nil_key(key), missing_key(key)].join('||') end