Skip to content

Commit

Permalink
📝 docs(vuepress): pluralization will not work unless you use $tc (#540)…
Browse files Browse the repository at this point in the history
… by @lebesnec
  • Loading branch information
lebesnec authored and kazupon committed Mar 21, 2019
1 parent 640daaf commit 1bc3bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vuepress/guide/pluralization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

You can translate with pluralization. You must define the locale that have a pipe `|` separator, and define plurals in pipe separator.

*Your template will needs to use `$tc()` instead of `$t()`.*

Locale messages the below:

```js
Expand Down

0 comments on commit 1bc3bde

Please sign in to comment.