0
0
forked from toolshed/abra

feat: weblate

This commit is contained in:
2025-08-04 16:02:45 +02:00
parent 855a4c37c4
commit 8cfda5229f
24 changed files with 3936 additions and 5 deletions

View File

@ -1,11 +1,12 @@
package app
import (
"coopcloud.tech/abra/pkg/lang"
"github.com/spf13/cobra"
)
var AppCommand = &cobra.Command{
Use: "app [cmd] [args] [flags]",
Aliases: []string{"a"},
Short: "Manage apps",
Short: lang.T("Manage apps"),
}