Sha256: f0c8584a2592b631fea0de6c43d85aefc17993cf3f21f2db22325dc1526ec155

Contents?: true

Size: 779 Bytes

Versions: 7

Compression:

Stored size: 779 Bytes

Contents

# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
#     I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
#     <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
#     I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.

en:
  hello: "Hello world"
  date:
    formats:
      default: "%m/%d/%Y"
  time:
    formats:
      default: "%H:%M"
      date_only: "%m/%d/%Y"
      time_only: "%H:%M"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hot_date_rails-1.5.7 spec/dummy/config/locales/en.yml
hot_date_rails-1.5.6 spec/dummy/config/locales/en.yml
hot_date_rails-1.5.4 spec/dummy/config/locales/en.yml
hot_date_rails-1.5.3 spec/dummy/config/locales/en.yml
hot_date_rails-1.5.2 spec/dummy/config/locales/en.yml
hot_date_rails-1.4.1 spec/dummy/config/locales/en.yml
hot_date_rails-1.4.0 spec/dummy/config/locales/en.yml