spec/dummy/config/locales/en.yml in dm_preferences-1.5.1 vs spec/dummy/config/locales/en.yml in dm_preferences-1.6.0
- old
+ new
@@ -14,10 +14,20 @@
#
# 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:
hello: "Hello world"