Skip to content

Commit 9f679ee

Browse files
Add shortWeekDays and shortMonths to pt_PT.ts (#362)
Adds missing translation for shortWeekDays and shortMonths, in portuguese (ptPT).
1 parent 97e4bb1 commit 9f679ee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/pt_PT.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ const locale: Locale = {
2727
nextDecade: 'Década seguinte',
2828
previousCentury: 'Século anterior',
2929
nextCentury: 'Século seguinte',
30+
shortWeekDays: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
31+
shortMonths: [
32+
"Jan",
33+
"Fev",
34+
"Mar",
35+
"Abr",
36+
"Mai",
37+
"Jun",
38+
"Jul",
39+
"Ago",
40+
"Set",
41+
"Out",
42+
"Nov",
43+
"Dez",
44+
],
3045
};
3146

3247
export default locale;

0 commit comments

Comments
 (0)