WIP: Rails 6
[ecs.git] / config / locales / en.yml
blobcf9b342d0aebfa248437d33d7a720b1a1116608a
1 # Files in the config/locales directory are used for internationalization
2 # and are automatically loaded by Rails. If you want to use locales other
3 # than English, add the necessary files in this directory.
5 # To use the locales, use `I18n.t`:
7 #     I18n.t 'hello'
9 # In views, this is aliased to just `t`:
11 #     <%= t('hello') %>
13 # To use a different locale, set it with `I18n.locale`:
15 #     I18n.locale = :es
17 # This would use the information in config/locales/es.yml.
19 # The following keys must be escaped otherwise they will not be retrieved by
20 # the default I18n backend:
22 # true, false, on, off, yes, no
24 # Instead, surround them with single quotes.
26 # en:
27 #   'true': 'foo'
29 # To learn more, please read the Rails Internationalization guide
30 # available at https://guides.rubyonrails.org/i18n.html.
32 en:
33   hello: "Hello world"