From dddb777cea0367b3628f7bf80b3a28e46cdd65f6 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Mon, 9 Oct 2023 15:15:39 +0500 Subject: [PATCH] =?UTF-8?q?#11606,=20adds=20date=20locales=20for=20Portugu?= =?UTF-8?q?=C3=AAs=20do=20Brasil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/pt_BR.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/locales/pt_BR.yml b/config/locales/pt_BR.yml index eeb1a0055e..efc19adce1 100644 --- a/config/locales/pt_BR.yml +++ b/config/locales/pt_BR.yml @@ -1,5 +1,10 @@ pt_BR: language_name: "Português do Brasil" + date: + day_names: [domingo, segunda, terça, quarta, quinta, sexta, sábado] + abbr_day_names: [dom, seg, ter, qua, qui, sex, sáb] + month_names: [~, janeiro, fevereiro, março, abril, maio, junho, julho, agosto, setembro, outubro, novembro, dezembro] + abbr_month_names: [~, jan, fev, mar, abr, mai, jun, jul, ago, set, out, nov, dez] activerecord: models: spree/product: Produto