From 8567ebffae1bd94f64a8290c64ad13d7bd3d06ee Mon Sep 17 00:00:00 2001 From: Christophe Le Besnerais Date: Mon, 18 Mar 2019 22:15:38 +0100 Subject: [PATCH] pluralization will not work unless you use $tc --- 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