From 1bc3bdef8242400fddb618d17750e0aa505e5427 Mon Sep 17 00:00:00 2001 From: Christophe Le Besnerais Date: Thu, 21 Mar 2019 18:16:36 +0100 Subject: [PATCH] :pencil: docs(vuepress): pluralization will not work unless you use $tc (#540) by @lebesnec --- vuepress/guide/pluralization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vuepress/guide/pluralization.md b/vuepress/guide/pluralization.md index df6aca087..ad75693d0 100644 --- a/vuepress/guide/pluralization.md +++ b/vuepress/guide/pluralization.md @@ -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