Sha256: d1b749535ef9d4496225b2de66c4bdd1f087c9b250716cccec17f61db4bd5cd4

Contents?: true

Size: 756 Bytes

Versions: 13

Compression:

Stored size: 756 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"
  this:
    yaml:
      tell_me: "I am telling you!"
  interpolate:
    from:
      yml: "Mi favorite fruit is %{fruit}."

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
i18nline-0.0.15.alpha test/dummy/config/locales/en.yml
i18nline-0.0.14.alpha test/dummy/config/locales/en.yml
i18nline-0.0.12.alpha test/dummy/config/locales/en.yml
i18nline-0.0.11.alpha test/dummy/config/locales/en.yml
i18nline-0.0.10.alpha test/dummy/config/locales/en.yml
i18nline-0.0.8.alpha test/dummy/config/locales/en.yml
i18nline-0.0.7.alpha test/dummy/config/locales/en.yml
i18nline-0.0.6.alpha test/dummy/config/locales/en.yml
i18nline-rails-0.0.5.alpha test/dummy/config/locales/en.yml
i18nline-0.0.5.alpha test/dummy/config/locales/en.yml
i18nline-0.0.4.alpha test/dummy/config/locales/en.yml
i18nline-0.0.3.alpha test/dummy/config/locales/en.yml
i18nline-0.0.2.alpha test/dummy/config/locales/en.yml