From 053c35aaba20a179aa62ead344bea4a9af2c0092 Mon Sep 17 00:00:00 2001 From: tiagosimoesdev Date: Tue, 6 Aug 2019 23:18:04 +0100 Subject: [PATCH] Update pt-br.php (#165) Fixed on , previously was "se" that makes no sense. --- translations/pt-br.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/pt-br.php b/translations/pt-br.php index f731c52..b92b5dc 100644 --- a/translations/pt-br.php +++ b/translations/pt-br.php @@ -43,7 +43,7 @@ return array( 'or' => 'ou', 'in_month' => 'em', // e.g. weekly in January, May and August 'in_week' => 'na', // e.g. yearly in week 3 - 'on' => 'se', // e.g. every day on Tuesday, Wednesday and Friday + 'on' => 'à', // e.g. every day on Tuesday, Wednesday and Friday 'the_for_monthday' => 'o', // e.g. monthly on Tuesday the 1st 'the_for_weekday' => 'o', // e.g. monthly on the 4th Monday 'on the' => 'no', // e.g. every year on the 1st and 200th day