Support translating multiple sub-command aliases #627
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to provide a string which can receive multiple comma separated values.
Then this can be
strings.Split
into theCommand
.This can break compilation so we need to add a note to translators to be very wary of this one.
translate: support translating multiple aliasesto Support translating multiple sub-command aliases