Sha256: 74c03784fe30ad0a138284e26128896ee7d6869949c746a4ba8884b31b6fbd84
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
module SolidusI18n class Locale def self.all I18n.available_locales.select do |locale| I18n.t(:spree, locale: locale, fallback: false, default: nil) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_i18n-1.3.0 | lib/solidus_i18n/locale.rb |