1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Added translation for pkg/gui/ confirmation_panel.go gui.go merge_panel.go

This commit is contained in:
Mark Kopenga
2018-08-15 10:53:05 +02:00
parent d12cc5a74e
commit 7e926cf41d
4 changed files with 42 additions and 10 deletions

View File

@ -44,7 +44,7 @@ type SentinelErrors struct {
// localising things in the code.
func (gui *Gui) GenerateSentinelErrors() {
gui.Errors = SentinelErrors{
ErrSubProcess: errors.New("running subprocess"),
ErrSubProcess: errors.New(gui.Tr.SLocalize("RunningSubprocess", "running subprocess")),
ErrNoFiles: errors.New(gui.Tr.SLocalize("NoChangedFiles", "No changed files")),
}
}