From e583cc251984deead48c062f19c3d88d88236eda Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 16 Mar 2019 12:45:38 +1100 Subject: allow autostashing changes when checking out a branch --- pkg/i18n/dutch.go | 9 +++++++++ pkg/i18n/english.go | 9 +++++++++ pkg/i18n/polish.go | 9 +++++++++ 3 files changed, 27 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index 4daa83075..74bf39a97 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -673,6 +673,15 @@ func addDutch(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CreateRepo", Other: "Not in a git repository. Create a new git repository? (y/n): ", + }, &i18n.Message{ + ID: "AutoStashTitle", + Other: "Autostash?", + }, &i18n.Message{ + ID: "AutoStashPrompt", + Other: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)", + }, &i18n.Message{ + ID: "StashPrefix", + Other: "Auto-stashing changes for ", }, ) } diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index b94bbb3ec..9280c0bbd 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -696,6 +696,15 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CreateRepo", Other: "Not in a git repository. Create a new git repository? (y/n): ", + }, &i18n.Message{ + ID: "AutoStashTitle", + Other: "Autostash?", + }, &i18n.Message{ + ID: "AutoStashPrompt", + Other: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)", + }, &i18n.Message{ + ID: "StashPrefix", + Other: "Auto-stashing changes for ", }, ) } diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index b459c6ee3..753ef882c 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -656,6 +656,15 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "CreateRepo", Other: "Not in a git repository. Create a new git repository? (y/n): ", + }, &i18n.Message{ + ID: "AutoStashTitle", + Other: "Autostash?", + }, &i18n.Message{ + ID: "AutoStashPrompt", + Other: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)", + }, &i18n.Message{ + ID: "StashPrefix", + Other: "Auto-stashing changes for ", }, ) } -- cgit v1.2.3