Skip to content

Commit

Permalink
fix plural example
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Aug 8, 2014
1 parent e072006 commit b77f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Independent from the gettext implementation, your templates can contain translat
<button>{{_ "Sign in"}}</button>

<!-- and a simple plural example: -->
<p>{{count}} {{_ "country" "countries" count}}</p>
<p>{{count}} {{ngettext "country" "countries" count}}</p>
```

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.
Expand Down

0 comments on commit b77f233

Please sign in to comment.