From 21377331a779e0ffd11b08e3cd74b94ae705c907 Mon Sep 17 00:00:00 2001 From: pazuza Date: Wed, 24 Jan 2024 17:26:44 -0300 Subject: [PATCH 1/4] #6676: add 'decimal' and 'thousands' formats for brazilian portuguese locale --- lib/locales/pt-br.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/locales/pt-br.js b/lib/locales/pt-br.js index d6349098e78..4cfaf06f7f5 100644 --- a/lib/locales/pt-br.js +++ b/lib/locales/pt-br.js @@ -78,6 +78,8 @@ module.exports = { 'Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez' ], - date: '%d/%m/%Y' + date: '%d/%m/%Y', + decimal: ',', + thousands: '.' } }; From 3a778dcc9bbb987792b5b9d5002fd1cd0ba2d900 Mon Sep 17 00:00:00 2001 From: pazuza Date: Wed, 24 Jan 2024 17:46:29 -0300 Subject: [PATCH 2/4] draftlog markdown file --- draftlogs/6866_add.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 draftlogs/6866_add.md diff --git a/draftlogs/6866_add.md b/draftlogs/6866_add.md new file mode 100644 index 00000000000..ad6b9d2dfd4 --- /dev/null +++ b/draftlogs/6866_add.md @@ -0,0 +1 @@ +- Add 'decimal' and 'thousands' formats for brazilian portuguese locale file [[#6866](https://github.com/plotly/plotly.js/pull/6866)] \ No newline at end of file From bee7591a3a62f8bcd3a0b0b59791167a2a2e19d8 Mon Sep 17 00:00:00 2001 From: pazuza Date: Wed, 24 Jan 2024 17:51:36 -0300 Subject: [PATCH 3/4] update draftlog markdown file type from 'add' to 'change' --- draftlogs/{6866_add.md => 6866_change.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename draftlogs/{6866_add.md => 6866_change.md} (100%) diff --git a/draftlogs/6866_add.md b/draftlogs/6866_change.md similarity index 100% rename from draftlogs/6866_add.md rename to draftlogs/6866_change.md From e2d40ef851a2771703fce28be67eb4485cc52e10 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:19:31 -0500 Subject: [PATCH 4/4] Update draftlogs/6866_change.md --- draftlogs/6866_change.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draftlogs/6866_change.md b/draftlogs/6866_change.md index ad6b9d2dfd4..349f11a9e0f 100644 --- a/draftlogs/6866_change.md +++ b/draftlogs/6866_change.md @@ -1 +1 @@ -- Add 'decimal' and 'thousands' formats for brazilian portuguese locale file [[#6866](https://github.com/plotly/plotly.js/pull/6866)] \ No newline at end of file +- Add 'decimal' and 'thousands' formats for Brazilian Portuguese locale file [[#6866](https://github.com/plotly/plotly.js/pull/6866)], with thanks to @pazuza for the contribution! \ No newline at end of file