class Locale::Generators::ComponentGenerator
def translations_hash(locales = [:en])
def translations_hash(locales = [:en]) locales.map { |locale| [locale.to_s, translation_keys] }.to_h end
def translations_hash(locales = [:en]) locales.map { |locale| [locale.to_s, translation_keys] }.to_h end