Skip to content

Commit e060029

Browse files
fix(date-picker, input-date-picker): update pt-BR and pt-PT localization files (#3980)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 995087a commit e060029

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"default-calendar": "gregorian",
3+
"separator": "/",
4+
"unitOrder": "DD/MM/YYYY",
5+
"weekStart": 7,
6+
"placeholder": "DD/MM/YYYY",
7+
"days": {
8+
"abbreviated": ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."],
9+
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"],
10+
"wide": ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"]
11+
},
12+
"numerals": "0123456789",
13+
"months": {
14+
"abbreviated": ["jan.", "fev.", "mar.", "abr.", "mai.", "jun.", "jul.", "ago.", "set.", "out.", "nov.", "dez."],
15+
"narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
16+
"wide": [
17+
"janeiro",
18+
"fevereiro",
19+
"março",
20+
"abril",
21+
"maio",
22+
"junho",
23+
"julho",
24+
"agosto",
25+
"setembro",
26+
"outubro",
27+
"novembro",
28+
"dezembro"
29+
]
30+
}
31+
}

src/components/calcite-date-picker/assets/calcite-date-picker/nls/pt-PT.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"weekStart": 7,
66
"placeholder": "DD/MM/YYYY",
77
"days": {
8-
"abbreviated": ["dom.", "seg.", "ter.", "qua.", "qui.", "sex.", "sáb."],
9-
"wide": ["domingo", "segunda", "terça", "quarta", "quinta", "sexta", "sábado"],
10-
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"]
8+
"abbreviated": ["domingo", "segunda", "terça", "quarta", "quinta", "sexta", "sábado"],
9+
"narrow": ["D", "S", "T", "Q", "Q", "S", "S"],
10+
"wide": ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"]
1111
},
1212
"numerals": "0123456789",
1313
"months": {

0 commit comments

Comments
 (0)