summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-26 17:28:37 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-26 18:00:46 +1100
commit51baa8c17dddd59b4640aec10758dafb586a612e (patch)
tree25acd8b749d68b7ea95ffd56fd029c838c0e009c /pkg/i18n
parent102c33433b24c9e128d28f5291107fa338e17c8e (diff)
update cheatsheet
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 3b33f3841..28d95443f 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -101,7 +101,6 @@ func chineseTranslationSet() TranslationSet {
LcClose: "关闭",
LcQuit: "退出",
LcSquashDown: "向下压缩",
- LcResetToThisCommit: "重置为此提交",
LcFixupCommit: "修正提交(fixup)",
NoCommitsThisBranch: "该分支没有提交",
OnlySquashTopmostCommit: "只能压缩最顶层的提交",
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 394b4abc4..6cbeddbb4 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -67,7 +67,6 @@ func dutchTranslationSet() TranslationSet {
LcClose: "sluiten",
LcQuit: "quit",
LcSquashDown: "squash beneden",
- LcResetToThisCommit: "reset naar deze commit",
LcFixupCommit: "Fixup commit",
OnlySquashTopmostCommit: "Kan alleen bovenste commit squashen",
YouNoCommitsToSquash: "Je hebt geen commits om mee te squashen",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 678b8cd18..02dce1416 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -82,7 +82,6 @@ type TranslationSet struct {
LcClose string
LcQuit string
LcSquashDown string
- LcResetToThisCommit string
LcFixupCommit string
OnlySquashTopmostCommit string
YouNoCommitsToSquash string
@@ -673,7 +672,6 @@ func EnglishTranslationSet() TranslationSet {
LcClose: "close",
LcQuit: "quit",
LcSquashDown: "squash down",
- LcResetToThisCommit: "reset to this commit",
LcFixupCommit: "fixup commit",
NoCommitsThisBranch: "No commits for this branch",
OnlySquashTopmostCommit: "Can only squash topmost commit",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index ae6942abe..3ed130e05 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -60,7 +60,6 @@ func polishTranslationSet() TranslationSet {
CloseConfirm: "{{.keyBindClose}}: zamknij, {{.keyBindConfirm}}: potwierdź",
LcClose: "zamknij",
LcSquashDown: "ściśnij",
- LcResetToThisCommit: "zresetuj do tego commita",
LcFixupCommit: "napraw commit",
NoCommitsThisBranch: "Brak commitów dla tej gałęzi",
OnlySquashTopmostCommit: "Można tylko spłaszczyć najwyższy commit",