Etienne Magnier

Results 127 comments of Etienne Magnier

Because I'm not 100% sure to understand the rule here. Eventually, what I'm ready to implement (with option A **OR** option B): 1. If Epiphany is a Saturday or a...

Probably: - if Epiphany falls a Monday 2, it is moved to Sunday 8. - and if Epiphany falls a Saturday 8, it is moved to Sunday 3. In fact,...

Each church / parish needs to create their proper repo (and not in the romcal organisation). Because it's something too large and too specific to manage that in the same...

No it's not a concern of size and MB/KB, but about the scope of romcal. Everything that doesn't come from the Holy See, the Bishop Conference or a Diocese should...

Calendars ranks and inheritances needs to be coded first (#48). Then we will be able to provide examples to allow anyone to extend romcal as they want, like create parishes...

**7.** `Add the l10n rules which are used to create the l10n keys to the docs.` Could it be a good idea to gather these rules in a wiki or...

Go as you think it's best. I don't have a lot of time to dive into all of this. Just a note about the "Diocese of Paris", it's written like...

> just a quick question: what do think about using diocèse de Paris in French only and Archdiocese of Paris in all other locales, as well as in the key...

This is kind off-topic here, but you can already do it easily with vanilla JS. For example, an implementation using promises: ```js Promise.all([2020, 2021, 2022, 2023].map(year => romcal.generateCalendar(year))).then( ([data2020, data2021,...