Handy/src
CJ Pais 82297fa146
Add model loading failure notifications with i18n support (#997)
* fix: show toast notification when model fails to load with ORT error

The model loading failure (e.g. ORT error) was only shown as a small
red dot with truncated text in the footer. Now it also triggers a
toast notification, matching how recording errors are already handled.

https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs

* fix: add missing i18n keys for model load error toast to all locales

https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs

* fix: simplify model load error toast and add proper translations

Remove the unnecessary modelLoadFailed passthrough key that just
forwarded a variable. Use the error string directly with a translated
fallback. Add proper translations for all 16 locales.

https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs

* fix: translate recordingFailed string in all locales

This was previously left untranslated (English) in all non-English
locale files.

https://claude.ai/code/session_015VfQgoDkUDV6wk63RHrwEs

* cleanup

* format

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-11 14:43:16 +08:00
..
components Add model loading failure notifications with i18n support (#997) 2026-03-11 14:43:16 +08:00
hooks init attempt at new kb (#580) 2026-01-20 08:23:35 +08:00
i18n Add model loading failure notifications with i18n support (#997) 2026-03-11 14:43:16 +08:00
lib Add model loading failure notifications with i18n support (#997) 2026-03-11 14:43:16 +08:00
overlay Add “Processing…” overlay state when post-processing (#740) 2026-02-09 10:36:00 +08:00
stores fix: auto-refresh model list when switching post-processing providers (#854) 2026-02-25 16:21:26 +08:00
utils Add Internationalization Support (#437) 2025-12-12 11:16:54 +07:00
App.css ui: improve scrollbar UI with custom colors and rounded thumb (#983) 2026-03-11 14:38:37 +08:00
App.tsx Add model loading failure notifications with i18n support (#997) 2026-03-11 14:43:16 +08:00
bindings.ts feat: language-aware filler word removal (#971) 2026-03-06 20:24:29 +08:00
main.tsx fixes for 0.6.11: linking, ui (#579) 2026-01-14 12:44:59 +08:00
vite-env.d.ts basic working transcription. 2025-02-03 09:26:37 -08:00