Remove unused TranslationSet entries

Found these by looking for empty strings in en.json.
This commit is contained in:
Stefan Haller 2024-06-30 13:04:36 +02:00
parent c27a7e0816
commit 92d4073b2a

View file

@ -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