From e838fa068f230682ee9a1114119c81061a308508 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 16 Dec 2013 10:13:35 +0300 Subject: Added `absence` parameter to pluralization table Added `absence` parameter to table in section `5.1.2 Error Message Interpolation`. --- guides/source/i18n.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 6f79b3ddd7..a98ef567ea 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -833,6 +833,7 @@ So, for example, instead of the default error message `"can not be blank"` you c | confirmation | - | :confirmation | - | | acceptance | - | :accepted | - | | presence | - | :blank | - | +| absence | - | :present | - | | length | :within, :in | :too_short | count | | length | :within, :in | :too_long | count | | length | :is | :wrong_length | count | -- cgit v1.2.3