# File lib/stringex/localization/backend/i18n.rb, line 33 33: def translations 34: # Set up hash like translations[:en][:transliterations]["é"] 35: @translations ||= Hash.new { |hsh, locale| hsh[locale] = Hash.new({}).merge(i18n_translations_for(locale)) } 36: end