From dddbb462713fbfa6b02439c4be0d3693f52d7d07 Mon Sep 17 00:00:00 2001 From: tibssy Date: Wed, 4 Mar 2026 19:14:48 +0000 Subject: [PATCH] fix(i18n): add missing error toast translation for custom commands --- Assets/Translations/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index 1c781d3f1..f9899433b 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -1847,6 +1847,10 @@ "unavailable": "Clipboard history unavailable", "unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features" }, + "custom-command-failed": { + "description": "Command failed: {command}\nExit code: {code}", + "title": "Custom command failed" + }, "do-not-disturb": { "disabled": "Do Not Disturb disabled", "disabled-desc": "Showing all notifications",