fix(web): make MonthNavigator month label reactive to language changes
Use useTranslation() hook instead of the static i18n import so that the month label re-computes when the language changes.
Showing
Please register or sign in to comment
Use useTranslation() hook instead of the static i18n import so that the month label re-computes when the language changes.