From b77f233011ac57da120112a7fbab698b4979a762 Mon Sep 17 00:00:00 2001 From: smhg Date: Fri, 8 Aug 2014 13:01:13 +0200 Subject: [PATCH] fix plural example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7ae3f..2f0bc02 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Independent from the gettext implementation, your templates can contain translat -

{{count}} {{_ "country" "countries" count}}

+

{{count}} {{ngettext "country" "countries" count}}

``` Now, you need to get these strings into a translation application. This is where **handlebars-xgettext** comes in. It generates gettext (PO) files by parsing these strings out of your templates.