From 2696913785e6820606a1bac3232353a51769a4ea Mon Sep 17 00:00:00 2001 From: Anthony Nadaletti Date: Mon, 10 Jun 2019 02:14:25 -0300 Subject: [PATCH] Adjust in pt_BR locale (#180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit items_per_page means that page is singular, so the translation must be 'página' (singular), not 'páginas' (plural) --- src/locale/pt_BR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/pt_BR.js b/src/locale/pt_BR.js index 399aca9e..44f97775 100644 --- a/src/locale/pt_BR.js +++ b/src/locale/pt_BR.js @@ -1,6 +1,6 @@ export default { // Options.jsx - items_per_page: '/ páginas', + items_per_page: '/ página', jump_to: 'Vá até', jump_to_confirm: 'confirme', page: '',