summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-23 14:40:28 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-17 19:13:40 +1100
commita2318d75b5a81aba6f79ffbd76c8a602121ac20c (patch)
tree4288c9265a2ed3d70761f3295783a53d718c5230 /pkg/i18n
parent1dd7307fde033dae5fececac15810a99e26c3d91 (diff)
fix some things
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/chinese.go1
-rw-r--r--pkg/i18n/dutch.go1
-rw-r--r--pkg/i18n/english.go2
-rw-r--r--pkg/i18n/polish.go1
4 files changed, 0 insertions, 5 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index fc2983dee..ac4e53b1b 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -66,7 +66,6 @@ func chineseTranslationSet() TranslationSet {
LcScroll: "滚动",
MergeConflictsTitle: "合并冲突",
LcCheckout: "检出",
- LcCommitFileFilter: "过滤提交文件",
NoChangedFiles: "没有更改过文件",
NoFilesDisplay: "没有文件可显示",
NotAFile: "不是文件",
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index ea976b695..c7b31e157 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -33,7 +33,6 @@ func dutchTranslationSet() TranslationSet {
LcPush: "push",
LcPull: "pull",
LcScroll: "scroll",
- LcCommitFileFilter: "Commit dossiers filteren",
FilterStagedFiles: "Show only staged files",
FilterUnstagedFiles: "Show only unstaged files",
ResetCommitFilterState: "Reset commit file state filter",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5db081625..711ec02da 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -47,7 +47,6 @@ type TranslationSet struct {
LcPull string
LcScroll string
LcFileFilter string
- LcCommitFileFilter string
FilterStagedFiles string
FilterUnstagedFiles string
ResetCommitFilterState string
@@ -622,7 +621,6 @@ func EnglishTranslationSet() TranslationSet {
MergeConflictsTitle: "Merge Conflicts",
LcCheckout: "checkout",
LcFileFilter: "Filter files (staged/unstaged)",
- LcCommitFileFilter: "Filter commit files",
FilterStagedFiles: "Show only staged files",
FilterUnstagedFiles: "Show only unstaged files",
ResetCommitFilterState: "Reset filter",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 13313a165..5ff66f979 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -29,7 +29,6 @@ func polishTranslationSet() TranslationSet {
LcToggleStagedAll: "przełącz stan poczekalni wszystkich",
LcRefresh: "odśwież",
LcScroll: "przewiń",
- LcCommitFileFilter: "Filtrowanie commitów",
FilterStagedFiles: "Pokaż tylko pliki w poczekalni",
FilterUnstagedFiles: "Pokaż tylko pliki poza poczekalnią",
ResetCommitFilterState: "Resetuj filtr commitów",