middleman/middleman-core/fixtures/i18n-default-app/source/localizable/index.html.erb
2013-05-09 14:41:26 -07:00

6 lines
161 B
Plaintext

Default locale: <%= I18n.default_locale %>
Current locale: <%= I18n.locale %>
Fallbacks: <%= I18n.fallbacks[:en] %>
<%= t(:untranslated) %>
<%= t(:greetings) %>