fix search text 'zero' (#2150)
This commit is contained in:
parent
15a4fc5dcc
commit
30183c0a74
13 changed files with 13 additions and 13 deletions
|
@ -90,7 +90,7 @@ const pt = {
|
|||
"report.placeholder": "Comentários adicionais",
|
||||
"report.submit": "Enviar",
|
||||
"report.target": "Denunciar",
|
||||
"search_results.total": "{count} {count, plural, one {resultado} other {resultados}}",
|
||||
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
|
||||
"search.placeholder": "Pesquisar",
|
||||
"search.status_by": "Post de {name}",
|
||||
"status.delete": "Eliminar",
|
||||
|
|
Reference in a new issue