Leinad Mind

Results 15 comments of Leinad Mind

I believe that could work. Would be better to use the ISOs. Like pt_pt, pt_br, en_us. Etc.

This would be great indeed. Ability to choose even which folder a specific group can have. For example, I would create permissions for a Moderator ABC to be able to...

Same issue here. Documentation doesnt help to understand how to use localize.day either.

@knenkne I've check a way to do it and we've some options: **We can add a conditional and do this way:** `const weekdays = [...Array(7).keys()].map((i) => locale.localize.day(i !== 6 ?...

@essana3 thks for your input. With that in mind I could do this way too: ``` import { addDays, format, startOfWeek } from 'date-fns' const shortWeekDaysArray = [...Array(7)].map((e, i) =>...

Could you review this @satanasov ? Thanks

We can close this, I've made a proper fix at #258 @satanasov

Just to remind you @satanasov, you can close this one Was solved by #258.

@satanasov did you take a look at this? Dunno if this is still valid on the last version anymore. But I beleive it should still be valid.