mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
Cleanup: remove unused translated text
This commit is contained in:
parent
05ae0800c3
commit
c51e13941c
@ -445,7 +445,6 @@ type TranslationSet struct {
|
|||||||
ScrollRight string
|
ScrollRight string
|
||||||
DiscardPatch string
|
DiscardPatch string
|
||||||
DiscardPatchConfirm string
|
DiscardPatchConfirm string
|
||||||
DiscardPatchSameCommitConfirm string
|
|
||||||
CantPatchWhileRebasingError string
|
CantPatchWhileRebasingError string
|
||||||
ToggleAddToPatch string
|
ToggleAddToPatch string
|
||||||
ToggleAddToPatchTooltip string
|
ToggleAddToPatchTooltip string
|
||||||
@ -1435,7 +1434,6 @@ func EnglishTranslationSet() *TranslationSet {
|
|||||||
ScrollRight: "Scroll right",
|
ScrollRight: "Scroll right",
|
||||||
DiscardPatch: "Discard patch",
|
DiscardPatch: "Discard patch",
|
||||||
DiscardPatchConfirm: "You can only build a patch from one commit/stash-entry at a time. Discard current patch?",
|
DiscardPatchConfirm: "You can only build a patch from one commit/stash-entry at a time. Discard current patch?",
|
||||||
DiscardPatchSameCommitConfirm: "You currently have changes added to a patch for this commit. Discard current patch?",
|
|
||||||
CantPatchWhileRebasingError: "You cannot build a patch or run patch commands while in a merging or rebasing state",
|
CantPatchWhileRebasingError: "You cannot build a patch or run patch commands while in a merging or rebasing state",
|
||||||
ToggleAddToPatch: "Toggle file included in patch",
|
ToggleAddToPatch: "Toggle file included in patch",
|
||||||
ToggleAddToPatchTooltip: "Toggle whether the file is included in the custom patch. See {{.doc}}.",
|
ToggleAddToPatchTooltip: "Toggle whether the file is included in the custom patch. See {{.doc}}.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user