Sha256: 0e1126c56c2c5151a4c538648ce49f29e67e15464d3b823beea8a5783d6994b0

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

en:
  date:
    formats:
      # Use the strftime parameters for formats.
      # When no format has been given, it uses default.
      # You can provide other formats here if you like!
      default: "%b %d, %Y"
      short: "%m/%d/%y"
      long: "%A, %B %d, %Y"
      
    day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
    abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
      
    # Don't forget the nil at the beginning; there's no such thing as a 0th month
    month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
    abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
    # Used in date_select and datime_select.
    order: [ :year, :month, :day ]

  time:
    formats:
      default: "%b %d, %Y %H:%M:%S"
      short: "%m/%d/%y %H:%M"
      long: "%A, %B %d, %Y %H:%M:%S %Z"
      only_date: "%b %d, %Y"
      only_year_and_month: "%m %Y"
      only_month: "%m"
    am: "am"
    pm: "pm"
      
# Used in array.to_sentence.
  support:
    array:
      words_connector: ", "
      two_words_connector: " and "
      last_word_connector: ", and "

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.0.6 spec/dummy/config/locales/active_support_en.yml
enju_biblio-0.0.5 spec/dummy/config/locales/active_support_en.yml
enju_biblio-0.0.4 spec/dummy/config/locales/active_support_en.yml
enju_biblio-0.0.3 spec/dummy/config/locales/active_support_en.yml
enju_biblio-0.0.2 spec/dummy/config/locales/active_support_en.yml
enju_biblio-0.0.1 spec/dummy/config/locales/active_support_en.yml