Skip to content

Commit

Permalink
fix(date-picker, input-date-picker): update pt-BR and pt-PT localizat…
Browse files Browse the repository at this point in the history
…ion files (#3980)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jcfranco and github-actions[bot] authored Jan 25, 2022
1 parent 995087a commit e060029
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "DD/MM/YYYY",
"weekStart": 7,
"placeholder": "DD/MM/YYYY",
"days": {
"abbreviated": ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."],
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"],
"wide": ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"]
},
"numerals": "0123456789",
"months": {
"abbreviated": ["jan.", "fev.", "mar.", "abr.", "mai.", "jun.", "jul.", "ago.", "set.", "out.", "nov.", "dez."],
"narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
"wide": [
"janeiro",
"fevereiro",
"março",
"abril",
"maio",
"junho",
"julho",
"agosto",
"setembro",
"outubro",
"novembro",
"dezembro"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"weekStart": 7,
"placeholder": "DD/MM/YYYY",
"days": {
"abbreviated": ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."],
"wide": ["domingo", "segunda", "terça", "quarta", "quinta", "sexta", "sábado"],
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"]
"abbreviated": ["domingo", "segunda", "terça", "quarta", "quinta", "sexta", "sábado"],
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"],
"wide": ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"]
},
"numerals": "0123456789",
"months": {
Expand Down

0 comments on commit e060029

Please sign in to comment.