open-notebook/frontend/src/app
Luis Novo 98a528158a refactor: migrate i18n from custom Proxy pattern to standard react-i18next t() function
- Replace Proxy-based useTranslation hook with thin react-i18next wrapper
- Convert all t.section.key property access to t('section.key') function calls across 84 files
- Migrate TranslationKeys type parameters to TFunction from i18next
- Update test setup mock and test assertions for new pattern
- Preserve setLanguage with language change events for loading overlay

Closes #579
2026-04-14 14:42:58 -03:00
..
(auth)/login Version 1 (#160) 2025-10-18 12:46:22 -03:00
(dashboard) refactor: migrate i18n from custom Proxy pattern to standard react-i18next t() function 2026-04-14 14:42:58 -03:00
config feat: simplify reverse proxy configuration with Next.js rewrites (#213) 2025-10-24 11:24:14 -03:00
favicon.ico Version 1 (#160) 2025-10-18 12:46:22 -03:00
globals.css Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
layout.tsx Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
page.tsx Version 1 (#160) 2025-10-18 12:46:22 -03:00