mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes partial internationalization failures caused by React Compiler aggressively caching translated values. Changes: - TranslationContext: Add i18n.language to translate callback dependency to force re-memoization when language changes - ChatView: Store translation keys instead of translated button text in state, compute translations at render time - ChatView: Remove redundant useState type annotations that may confuse React Compiler type inference - ChatView: Simplify button tooltip rendering by using pre-computed tooltip values from key mappings Closes #11100 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||