Hey
In my i18n supported website I have a store called $locale
and it changes the value from "en" (English) to "he" (Hebrew) and more.
I want that whenever a $locale change is made, all <Time> instances would be updated.
How do I achieve that?
Thanks