summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-10 22:07:45 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-10 22:32:13 +1100
commitde5bcb8b9c65e63a992ce278e63f0f8e31a57969 (patch)
tree7df962782d7345e3b002d4578fa152e5507d2ad1 /pkg/i18n
parent98666186ee3365cd9b65df7a9a7ed4f430b77d50 (diff)
add some shameless self promotion
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go13
1 files changed, 13 insertions, 0 deletions
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
@@ -439,6 +439,19 @@ func addEnglish(i18nObject *i18n.Bundle) error {
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.`,
}, &i18n.Message{