lib/ripple/locale/en.yml in ripple-0.6.1 vs lib/ripple/locale/en.yml in ripple-0.7.0

- old
+ new

@@ -12,6 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. en: ripple: property_type_mismatch: "Cannot cast {{value}} into a {{class}}" - attribute_hash: "value of attributes must be a Hash" + attribute_hash: "value of attributes must be a Hash" + document_invalid: "Validation failed: {{errors}}" + document_not_found: + no_key: "Couldn't find document without a key" + one_key: "Couldn't find document with key: {{key}}" + many_keys: "Couldn't find documents with keys: {{keys}}" + no_root_document: "You cannot call {{method}} on {{doc}} without a root document" \ No newline at end of file