Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit c8d0806

Browse files
authored
Merge pull request #602 from smalot/fix-portugese
Fixes #307
2 parents 0c603fa + ed7c41e commit c8d0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/locales/bootstrap-datetimepicker.pt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
1212
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
1313
suffix: [],
14-
meridiem: ["am","pm"],
14+
meridiem: [],
1515
today: "Hoje"
1616
};
1717
}(jQuery));

0 commit comments

Comments
 (0)