Header button "today" doesn´t get translated to locales pt and pt-br
See original GitHub issueIssue can be easily replicated at https://fullcalendar.io/docs/locale-demo
Looking at locales-all.js file I see the proper translation is there (“Hoje”) but associated with a different property called “currentText”. In other working locales the equivalent property used is called “today”. Please, see highlighted bellow:
var _m48 = { code: "pt-br", buttonText: { prevText: "Anterior", nextText: "Próximo", **currentText**: "Hoje", month: "Mês", week: "Semana", day: "Dia", list: "Compromissos" }, weekLabel: "Sm", allDayText: "dia inteiro", eventLimitText: function (n) { return "mais +" + n; }, noEventsMessage: "Não há eventos para mostrar" };
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top GitHub Comments
fixed in v4.0.2!
I’m having similar issue, but with ‘es’, ‘de’, ‘tr’, locales. I’ll try the @gongAll solution on this.