Can Fuzzy Clock widget use locale LC_TIME?

I am trying to modify only some of the locale settings for language learners, with one useful one being Region & Language > Time aka LC_TIME.

If I set that to French (for example), the date will say today “samedi 24 mai 2025”, as I would like, but if I switch the clock to fuzzy clock it renders in my default locale en_US. Is it possible to get the fuzzy clock widget to also use LC_TIME for its i18n() calls?

Merci!