Compare commits

..

1 Commits
744 ... main

Author SHA1 Message Date
f5aeae30c7 chore: translation using Weblate (Spanish)
All checks were successful
continuous-integration/drone/push Build is passing
Currently translated at 23.3% (266 of 1141 strings)

Translation: Co-op Cloud/abra
Translate-URL: https://translate.coopcloud.tech/projects/co-op-cloud/abra/es/
2026-01-30 16:52:56 +00:00
3 changed files with 178 additions and 203 deletions

View File

@ -72,14 +72,6 @@ var AppNewCommand = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
recipe := internal.ValidateRecipe(args, cmd.Name()) recipe := internal.ValidateRecipe(args, cmd.Name())
if err := recipe.EnsureUpToDate(); err != nil {
log.Warnf(
"failed to ensure repo is up to date for recipe: %s err: %s",
recipe.Name,
err,
)
}
if len(args) == 2 && internal.Chaos { if len(args) == 2 && internal.Chaos {
log.Fatal(i18n.G("cannot use [version] and --chaos together")) log.Fatal(i18n.G("cannot use [version] and --chaos together"))
} }

Binary file not shown.

File diff suppressed because it is too large Load Diff