mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
add spans to i18n
This commit is contained in:
parent
0bebfe454e
commit
adee0b8ccb
22 changed files with 252 additions and 89 deletions
|
@ -21,7 +21,7 @@ func (gui *Gui) handleCommitConfirm() error {
|
|||
}
|
||||
|
||||
cmdStr := gui.GitCommand.CommitCmdStr(message, flags)
|
||||
gui.OnRunCommand(oscommands.NewCmdLogEntry(cmdStr, "Commit", true))
|
||||
gui.OnRunCommand(oscommands.NewCmdLogEntry(cmdStr, gui.Tr.Spans.Commit, true))
|
||||
return gui.withGpgHandling(cmdStr, gui.Tr.CommittingStatus, func() error {
|
||||
_ = gui.returnFromContext()
|
||||
gui.clearEditorView(gui.Views.CommitMessage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue