summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-05-05 01:00:36 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-05-05 18:42:27 +0900
commitcda359fbc92c22074a92d83a365b5d579976bc6d (patch)
tree18f1018c9d804267238e3ec4ad44651485e5fec1 /pkg/i18n/english.go
parentf143d04d87320eda588a35763e4dcb562cc59047 (diff)
feat(i18n): japanese translation
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 31d88197f..9c50e9790 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -120,7 +120,6 @@ type TranslationSet struct {
SureApplyStashEntry string
NoTrackedStagedFilesStash string
StashChanges string
- MergeAborted string
OpenConfig string
EditConfig string
ForcePush string
@@ -722,7 +721,6 @@ func EnglishTranslationSet() TranslationSet {
SureApplyStashEntry: "Are you sure you want to apply this stash entry?",
NoTrackedStagedFilesStash: "You have no tracked/staged files to stash",
StashChanges: "Stash changes",
- MergeAborted: "Merge aborted",
OpenConfig: "open config file",
EditConfig: "edit config file",
ForcePush: "Force push",