Skip to content

Commit 2137733

Browse files
committed
plotly#6676: add 'decimal' and 'thousands' formats for brazilian portuguese locale
1 parent 620a56b commit 2137733

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/locales/pt-br.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ module.exports = {
7878
'Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun',
7979
'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'
8080
],
81-
date: '%d/%m/%Y'
81+
date: '%d/%m/%Y',
82+
decimal: ',',
83+
thousands: '.'
8284
}
8385
};

0 commit comments

Comments
 (0)