lib/config/locales/en.yml in mongoid-scroll-1.0.1 vs lib/config/locales/en.yml in mongoid-scroll-2.0.0
- old
+ new
@@ -25,6 +25,9 @@
resolution: "Has the model changed or are you not sorting the criteria by the right field."
unsupported_field_type:
message: "Unsupported field type."
summary: "The type of the field '%{field}' is not supported: %{type}."
resolution: "Please open a feature request in https://github.com/mongoid/mongoid-scroll."
-
+ unsupported_type:
+ message: "Unsupported type."
+ summary: "The type supplied in the cursor is not supported: %{type}."
+ resolution: "The cursor type can be either ':previous' or ':next'."