summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-10 13:08:51 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-11 17:07:49 +1000
commite145090046e1693e2100cb0a0ab40a271705f4b0 (patch)
treecad1068b2916e0864eb619e28330c46fd62e48fd /pkg/i18n
parent70b5c822bb2dfc3b82e8fa7a97fab0bff0c4960b (diff)
add cmdLog panel
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 8abd881c1..7507744b2 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -443,6 +443,7 @@ type TranslationSet struct {
ErrCannotEditDirectory string
ErrStageDirWithInlineMergeConflicts string
ErrRepositoryMovedOrDeleted string
+ CommandLog string
}
const englishReleaseNotes = `lazygit 0.27.1-0.27.4 Release notes
@@ -1094,5 +1095,6 @@ func englishTranslationSet() TranslationSet {
ErrCannotEditDirectory: "Cannot edit directory: you can only edit individual files",
ErrStageDirWithInlineMergeConflicts: "Cannot stage/unstage directory containing files with inline merge conflicts. Please fix up the merge conflicts first",
ErrRepositoryMovedOrDeleted: "Cannot find repo. It might have been moved or deleted ¯\\_(ツ)_/¯",
+ CommandLog: "Command Log",
}
}