Mark command short descriptions with translators: tag
This commit is contained in:
@ -9,5 +9,6 @@ var AppCommand = &cobra.Command{
|
||||
// translators: `app` command group
|
||||
Use: i18n.G("app [cmd] [args] [flags]"),
|
||||
Aliases: []string{i18n.G("a")},
|
||||
// translators: Short description for `app` command group
|
||||
Short: i18n.G("Manage apps"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user