mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
add gone branches status
This commit is contained in:
@ -458,6 +458,7 @@ type TranslationSet struct {
|
||||
RewordInEditorPrompt string
|
||||
CheckoutPrompt string
|
||||
HardResetAutostashPrompt string
|
||||
UpstreamGone string
|
||||
Actions Actions
|
||||
Bisect Bisect
|
||||
}
|
||||
@ -1035,6 +1036,7 @@ func EnglishTranslationSet() TranslationSet {
|
||||
RewordInEditorPrompt: "Are you sure you want to reword this commit in your editor?",
|
||||
HardResetAutostashPrompt: "Are you sure you want to hard reset to '%s'? An auto-stash will be performed if necessary.",
|
||||
CheckoutPrompt: "Are you sure you want to checkout '%s'?",
|
||||
UpstreamGone: "↑gone",
|
||||
Actions: Actions{
|
||||
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
|
||||
CheckoutCommit: "Checkout commit",
|
||||
|
Reference in New Issue
Block a user