From bbe603ff5b3e0794133f75422c80af591897cdee Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 27 Aug 2018 20:46:06 +1000 Subject: [PATCH] separate english translation structs --- pkg/i18n/english.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 578e8f295..6fda2dee0 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -327,6 +327,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CouldNotFindBinaryErr", Other: "Could not find any binary at {{.url}}", + }, &i18n.Message{ ID: "AnonymousReportingTitle", Other: "Help make lazygit better", }, &i18n.Message{