i18n: translate all strings

This commit is contained in:
2025-02-27 11:43:20 +03:00
parent 4e6e1f524a
commit dcac0b9ee5
4 changed files with 42 additions and 37 deletions

View File

@ -46,7 +46,7 @@ func InstallCmd() *cli.Command {
&cli.BoolFlag{
Name: "clean",
Aliases: []string{"c"},
Usage: "Build package from scratch even if there's an already built package available",
Usage: gotext.Get("Build package from scratch even if there's an already built package available"),
},
},
Action: func(c *cli.Context) error {