[pt] Update events.js

This commit is contained in:
Paweł Dembowski 2021-09-15 20:54:57 +00:00
parent 1fe00d78ad
commit c631089bc3
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@ import {Event, day, week, month, dayYear} from "../../src/calendar/helpers";
export default [
// static date
new Event('Dia da Igualdade Matrimonial (Portugal)', null, 6, day(5), EventLevel.MajorDay),
new Event('Dia da Igualdade Matrimonial (Brasil)', null, 5, day(16), EventLevel.MajorDay),
];