0
0
forked from toolshed/abra

Add default POT catalogue, don't alias gotext.Get

This commit is contained in:
3wc
2025-08-04 15:10:07 +01:00
committed by decentral1se
parent 8cfda5229f
commit 022606c13c
3 changed files with 14 additions and 6 deletions

View File

@ -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"),
}