# File lib/i18n.rb, line 270 def locale_available?(locale) I18n.available_locales.map(&:to_s).include?(locale.to_s) end