Make a high level implementation of translations on pages #1337
Labels
difficulty: medium
A task presumed to be more demanding.
frontend
Task related to frontend.
priority: low
Some components do not translate automatically (at least breadcrumbs) without adding:
const { t } = useTranslation();
useEffect(() => {}, [t]);
Make some higher-level functionality and remove this from page components.
The text was updated successfully, but these errors were encountered: