summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-04-15 20:30:24 +1000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-04-15 10:44:56 +0000
commit2974a57943cc673972bc346b23527a95086ccdfe (patch)
treee527acbd62fbb7c156c3df552ea85f99e55512ea /pkg/i18n
parentfcdcd1c335974bab0499be5549021e6938653554 (diff)
support copying stuff to clipboard
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index a7b4e0705..7a2f5c88a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1131,6 +1131,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "showingGitDiff",
Other: "showing output for:",
+ }, &i18n.Message{
+ ID: "copyCommitShaToClipboard",
+ Other: "copy commit SHA to clipboard",
+ }, &i18n.Message{
+ ID: "copyBranchNameToClipboard",
+ Other: "copy branch name to clipboard",
},
)
}