From cf2952dc658b8b6f66e973f18000dd88179b53e1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 3 Sep 2025 00:24:55 +0200 Subject: [PATCH] chore: add missing i18n on --latest [ci skip] --- cli/app/deploy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/app/deploy.go b/cli/app/deploy.go index d004c7cb14..455083c348 100644 --- a/cli/app/deploy.go +++ b/cli/app/deploy.go @@ -367,8 +367,8 @@ func init() { AppDeployCommand.PersistentFlags().BoolVarP( &internal.DeployLatest, - "latest", - "l", + i18n.G("latest"), + i18n.G("l"), false, i18n.G("deploy latest recipe version"), )