Skip to content

Commit

Permalink
Remove unused TranslationSet entries
Browse files Browse the repository at this point in the history
Found these by looking for empty strings in en.json.
  • Loading branch information
stefanhaller committed Jul 1, 2024
1 parent c27a7e0 commit 92d4073
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/i18n/english.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ type TranslationSet struct {
ToggleSelectHunk string
ToggleSelectHunkTooltip string
ToggleSelectionForPatch string
ToggleSelectionForPatchTooltip string
EditHunk string
EditHunkTooltip string
ToggleStagingView string
Expand Down Expand Up @@ -314,7 +313,6 @@ type TranslationSet struct {
ChangingThisActionIsNotAllowed string
CherryPickCopy string
CherryPickCopyTooltip string
CherryPickCopyRange string
CherryPickCopyRangeTooltip string
PasteCommits string
SureCherryPick string
Expand Down Expand Up @@ -562,7 +560,6 @@ type TranslationSet struct {
OpenFilteringMenuTooltip string
FilterBy string
ExitFilterMode string
ExitFilterModeAuthor string
FilterPathOption string
FilterAuthorOption string
EnterFileName string
Expand Down Expand Up @@ -805,8 +802,6 @@ type TranslationSet struct {

type Bisect struct {
MarkStart string
MarkSkipCurrent string
MarkSkipSelected string
ResetTitle string
ResetPrompt string
ResetOption string
Expand Down Expand Up @@ -895,7 +890,6 @@ type Actions struct {
Push string
Pull string
OpenFile string
OpenFileTooltip string
StashAllChanges string
StashAllChangesKeepIndex string
StashStagedChanges string
Expand Down

0 comments on commit 92d4073

Please sign in to comment.