config/locales/en.yml in approval-0.3.4 vs config/locales/en.yml in approval-0.3.5

- old
+ new

@@ -3,15 +3,28 @@ messages: already_performed: "This request has already performed." cannot_respond_to_own_request: "cannot respond to own request." attributes: + id: "ID" reason: "Reason" + created_at: "Created at" + updated_at: "Updated at" activerecord: - model: - approval/request: "Request" + models: + approval/comment: "Approval Comment" + approval/item: "Approval Item" + approval/request: "Approval Request" attributes: + approval/comment: + user: "User" + content: "Content" + approval/item: + resource_type: "Resource type" + resource_id: "Resource ID" + event: "Event" + params: "Parameters" approval/request: request_user: "Requested user" respond_user: "Responded user" state: "State" requested_at: "Requested at"