From dde30fa104347ab9c01f82b7886864b473e6f51c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 24 Mar 2022 17:49:25 +1100 Subject: add gone branches status --- pkg/i18n/english.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index e72fe7d06..4724abcab 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -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", -- cgit v1.2.3