spec/dummy/config/locales/en.yml in human_attributes-0.6.0 vs spec/dummy/config/locales/en.yml in human_attributes-0.7.0
- old
+ new
@@ -14,11 +14,21 @@
#
# 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.
+# available at https://guides.rubyonrails.org/i18n.html.
en:
boolean:
positive: "Yes"
negative: "No"