feat: msgctx support
Some checks failed
continuous-integration/drone/push Build is failing

See #647
See toolshed/xgettext-go#1
This commit is contained in:
2025-09-28 10:58:10 +02:00
parent c92a0d0703
commit 367fff60ea
14 changed files with 125 additions and 28 deletions

View File

@ -551,7 +551,7 @@ func init() {
UpgradeCommand.Flags().BoolVarP(
&updateAll,
i18n.G("all"),
i18n.G("a"),
i18n.GC("a", "abra upgrade"),
false,
i18n.G("update all deployed apps"),
)