# File lib/validates_timeliness/formats.rb, line 281 def month_names defined?(I18n) ? I18n.t('date.month_names') : Date::MONTHNAMES end