hermes-agent/web/src/i18n
ethernet 02613a4d50 fix(web): resolve all eslint errors, downgrade react-hooks v7 to warnings
- Fix no-useless-escape in i18n/ko.ts and i18n/uk.ts (remove backslash
  escapes inside single-quoted strings)
- Add eslint-disable-next-line for no-control-regex in pty-mobile-input.ts
  (terminal data legitimately contains control characters)
- Configure react-refresh/only-export-components with allowConstantExport
  so context providers that export hooks don't trigger the rule
- Downgrade react-hooks v7 rules (set-state-in-effect, refs,
  preserve-manual-memoization, static-components) from error to warn —
  these are real concerns but the existing code uses common patterns
  (data loading on mount, ref-as-instance-var) that need careful refactoring
2026-07-16 01:42:02 +05:30
..
af.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
context.tsx fix(dashboard): remove country flags from language picker (#29997) 2026-05-21 13:10:52 -07:00
de.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
en.ts fix(dashboard): support mobile OAuth login 2026-07-09 12:21:16 +05:30
es.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
fr.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
ga.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
hu.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
index.ts feat(i18n): localize all gateway commands + web dashboard, add 8 new locales (16 total) (#22914) 2026-05-10 07:14:14 -07:00
it.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
ja.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
ko.ts fix(web): resolve all eslint errors, downgrade react-hooks v7 to warnings 2026-07-16 01:42:02 +05:30
pt.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
ru.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
tr.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
types.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
uk.ts fix(web): resolve all eslint errors, downgrade react-hooks v7 to warnings 2026-07-16 01:42:02 +05:30
zh-hant.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30
zh.ts i18n(dashboard): translate OAuth copy-code strings in all locales 2026-07-09 12:21:16 +05:30