You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've stumbled upon your package through zk-org/zk, a note taking tool.
Would it be possible to add support for other language for day and month name ? I'm mostly interested in French but more is better :)
Maybe with LC_TIME to switch between the different profiles ?
Thanks
The text was updated successfully, but these errors were encountered:
apraga
changed the title
Support other languages
Support languages other than English
Jan 18, 2025
As to it would make sense to support something akin to LC_TIME: yes :)
As to am I able to do it (now): no :(
I think it would be better to create a programmatic interface that allows configuring the different formatters, and allow the programmer swap between strftime objects if it detects certain flags, rather than baking in LC_TIME support directly. An LC_TIME adapter could be added on later, but I think it would be better to start with a "flexible strftime object" rathern than "strftime object with bkedin LC_TIME support".
If you are up to making a PR, I'd be happy to take a look
Hi,
I've stumbled upon your package through zk-org/zk, a note taking tool.
Would it be possible to add support for other language for day and month name ? I'm mostly interested in French but more is better :)
Maybe with
LC_TIME
to switch between the different profiles ?Thanks
The text was updated successfully, but these errors were encountered: