From bef92d53a8ad44b4d7cf79f53a57221173489631 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 5 Sep 2025 13:33:51 -0400 Subject: [PATCH] fix: don't translate blank string --- cli/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/run.go b/cli/run.go index 5c5daba3..f96bb4bf 100644 --- a/cli/run.go +++ b/cli/run.go @@ -222,7 +222,7 @@ Config: i18n.G("version"), // FIXME: temporary workaround for #648 // i18n.G("v"), - i18n.G(""), + "", false, i18n.G("version for abra"), )