From de5bcb8b9c65e63a992ce278e63f0f8e31a57969 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 10 Nov 2019 22:07:45 +1100 Subject: add some shameless self promotion --- pkg/i18n/english.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 3d19c0e8a..96880cc7d 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -438,6 +438,19 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "AnonymousReportingPrompt", Other: "Would you like to enable anonymous reporting data to help improve lazygit? (enter/esc)", + }, &i18n.Message{ + ID: "ShamelessSelfPromotionTitle", + Other: "Shameless Self Promotion", + }, &i18n.Message{ + ID: "ShamelessSelfPromotionMessage", + Other: `Thanks for using lazygit! Three things to share with you: + +1) lazygit now has basic mouse support! + +2) If you want to learn about lazygit's features, watch this vid: + https://youtu.be/CPLdltN7wgE + +3) Github are now matching any donations dollar-for-dollar for the next 12 months, so if you've been tossing up over whether to click the donate link in the bottom right corner, now is the time!`, }, &i18n.Message{ ID: "GitconfigParseErr", Other: `Gogit failed to parse your gitconfig file due to the presence of unquoted '\' characters. Removing these should fix the issue.`, -- cgit v1.2.3