feat: msgctx support
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr 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 0f661488ab
13 changed files with 117 additions and 26 deletions

View File

@ -268,7 +268,7 @@ func init() {
AppBackupListCommand.Flags().BoolVarP(
&showAllPaths,
i18n.G("all"),
i18n.G("a"),
i18n.GC("a", "app backup"),
false,
i18n.G("show all paths"),
)