Mark command short descriptions with translators: tag

This commit is contained in:
3wc
2025-08-28 11:33:22 -04:00
parent acb6170768
commit 02b520200e
45 changed files with 1406 additions and 1232 deletions

View File

@ -22,6 +22,7 @@ var AppUndeployCommand = &cobra.Command{
// translators: `app undeploy` command
Use: i18n.G("undeploy <domain> [flags]"),
Aliases: []string{i18n.G("un")},
// translators: Short description for `app undeploy` command
Short: i18n.G("Undeploy an app"),
Long: i18n.G(`This does not destroy any application data.