forked from toolshed/abra
Add default POT catalogue, don't alias gotext.Get
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"coopcloud.tech/abra/pkg/lang"
|
||||
"github.com/leonelquinteros/gotext"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var AppCommand = &cobra.Command{
|
||||
Use: "app [cmd] [args] [flags]",
|
||||
Aliases: []string{"a"},
|
||||
Short: lang.T("Manage apps"),
|
||||
Short: gotext.Get("Manage apps"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user