mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Remove unused TranslationSet entries
Found these by looking for empty strings in en.json.
This commit is contained in:
parent
c27a7e0816
commit
92d4073b2a
1 changed files with 0 additions and 6 deletions
|
@ -255,7 +255,6 @@ type TranslationSet struct {
|
|||
ToggleSelectHunk string
|
||||
ToggleSelectHunkTooltip string
|
||||
ToggleSelectionForPatch string
|
||||
ToggleSelectionForPatchTooltip string
|
||||
EditHunk string
|
||||
EditHunkTooltip string
|
||||
ToggleStagingView string
|
||||
|
@ -314,7 +313,6 @@ type TranslationSet struct {
|
|||
ChangingThisActionIsNotAllowed string
|
||||
CherryPickCopy string
|
||||
CherryPickCopyTooltip string
|
||||
CherryPickCopyRange string
|
||||
CherryPickCopyRangeTooltip string
|
||||
PasteCommits string
|
||||
SureCherryPick string
|
||||
|
@ -562,7 +560,6 @@ type TranslationSet struct {
|
|||
OpenFilteringMenuTooltip string
|
||||
FilterBy string
|
||||
ExitFilterMode string
|
||||
ExitFilterModeAuthor string
|
||||
FilterPathOption string
|
||||
FilterAuthorOption string
|
||||
EnterFileName string
|
||||
|
@ -805,8 +802,6 @@ type TranslationSet struct {
|
|||
|
||||
type Bisect struct {
|
||||
MarkStart string
|
||||
MarkSkipCurrent string
|
||||
MarkSkipSelected string
|
||||
ResetTitle string
|
||||
ResetPrompt string
|
||||
ResetOption string
|
||||
|
@ -895,7 +890,6 @@ type Actions struct {
|
|||
Push string
|
||||
Pull string
|
||||
OpenFile string
|
||||
OpenFileTooltip string
|
||||
StashAllChanges string
|
||||
StashAllChangesKeepIndex string
|
||||
StashStagedChanges string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue