test/dummy/config/locales/en.yml in s3_relay-0.5.1 vs test/dummy/config/locales/en.yml in s3_relay-0.6.0
- old
+ new
@@ -14,9 +14,19 @@
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
+# The following keys must be escaped otherwise they will not be retrieved by
+# the default I18n backend:
+#
+# true, false, on, off, yes, no
+#
+# Instead, surround them with single quotes.
+#
+# en:
+# 'true': 'foo'
+#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
hello: "Hello world"