Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a high level implementation of translations on pages #1337

Open
nemisis84 opened this issue Sep 11, 2024 · 0 comments
Open

Make a high level implementation of translations on pages #1337

nemisis84 opened this issue Sep 11, 2024 · 0 comments
Labels
difficulty: medium A task presumed to be more demanding. frontend Task related to frontend. priority: low

Comments

@nemisis84
Copy link
Contributor

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.

@nemisis84 nemisis84 added difficulty: medium A task presumed to be more demanding. frontend Task related to frontend. priority: low labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: medium A task presumed to be more demanding. frontend Task related to frontend. priority: low
Projects
None yet
Development

No branches or pull requests

1 participant