From a8db32eb5e5978e2c3224f6c352d3064adbbbd2c Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 28 Aug 2024 16:11:37 +0200 Subject: [PATCH] Add translation for number of votes --- messages/pt-BR/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/pt-BR/base.php b/messages/pt-BR/base.php index e9dc012..1133ee6 100644 --- a/messages/pt-BR/base.php +++ b/messages/pt-BR/base.php @@ -9,5 +9,5 @@ 'Create poll' => 'Criar enquete', 'Polls' => 'Enquete', 'Save' => 'Salvar', - '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', + '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '{n,plural,=1{# {htmlTagBegin}voto{htmlTagEnd}}other{# {htmlTagBegin}votos{htmlTagEnd}}}', ];