# File lib/timeliness/helpers.rb, line 29
    def month_names
      i18n_loaded? ? I18n.t('date.month_names') : Date::MONTHNAMES
    end