From ccf596d79dbc0e3d28d84244959cf8cabfa69cb9 Mon Sep 17 00:00:00 2001 From: reebr Date: Sat, 13 Jul 2019 05:46:15 -0300 Subject: [PATCH] fix: update pt-br locale (#628) * Add weekdays short for portuguese (br) locale. * Removing dots from 'weekdaysShort' and adding 'weekdaysMin'. * Add 'weekStart' and 'monthsShort' to pt-br language. * Removing 'monthsShort' from pt-br locale. * Removing 'weekdaysShort' from pt-br locale. --- src/locale/pt-br.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locale/pt-br.js b/src/locale/pt-br.js index 245a21a1..5133a72f 100644 --- a/src/locale/pt-br.js +++ b/src/locale/pt-br.js @@ -3,6 +3,8 @@ import dayjs from 'dayjs' const locale = { name: 'pt-br', weekdays: 'Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado'.split('_'), + weekdaysMin : 'Do_2ª_3ª_4ª_5ª_6ª_Sá'.split('_'), + weekStart: 1, months: 'Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro'.split('_'), ordinal: n => `${n}º`, formats: {