lib/shamu/locale/en.yml in shamu-0.0.2 vs lib/shamu/locale/en.yml in shamu-0.0.3
- old
+ new
@@ -22,6 +22,11 @@
errors:
unknown_runner: Unknown runner. Each process should offer a consitent but unique runner_id.
features:
errors:
- retired_toggle_checked: "The `%{name}` toggle retired at `%{retire_at}` and cannot be checked anymore."
\ No newline at end of file
+ retired_toggle_checked: "The `%{name}` toggle retired at `%{retire_at}` and cannot be checked anymore."
+
+ json_api:
+ errors:
+ incomplete_resource: "`identifier` was not called to define the type and id of the resource"
+ identifier_resource: "`identifier` must be called before defining any fields"