open-notebook/frontend/src/lib
Luis Novo d147994b92 fix: resolve translation proxy shadowing name keys
The Proxy's get handler checked `prop in target` before looking up
translations. Since the target is a function, `Function.name` is a
built-in property that shadowed translation keys like `t.common.name`,
causing the raw proxy path to render instead of the translated string.

Move translation lookup before target property checks so i18n keys
always take priority. Also remove unnecessary `|| 'Name'` fallback
in CreateNotebookDialog.
2026-02-16 14:46:42 -03:00
..
api feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
hooks fix: resolve translation proxy shadowing name keys 2026-02-16 14:46:42 -03:00
locales feat: add French (fr-FR) language support (#581) 2026-02-14 20:34:41 -03:00
stores docs: generate comprehensive CLAUDE.md reference documentation across codebase 2026-01-03 16:27:52 -03:00
types feat: credential-based API key management (#477) (#540) 2026-02-10 08:30:22 -03:00
utils feat: add French (fr-FR) language support (#581) 2026-02-14 20:34:41 -03:00
config.test.ts Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
config.ts Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
i18n-events.ts Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
i18n.ts Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
theme-script.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00
utils.ts Version 1 (#160) 2025-10-18 12:46:22 -03:00