module CountryToLocalesMapping
Constants
- VERSION
Public Instance Methods
country_code_locales(c)
click to toggle source
# File lib/country_to_locales_mapping.rb, line 12 def country_code_locales(c) Mapping::instance.country_code_locales(c) end
locale_country_codes(l)
click to toggle source
# File lib/country_to_locales_mapping.rb, line 8 def locale_country_codes(l) Mapping::instance.locale_country_codes(l) end