summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-11 23:32:20 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-12 21:48:08 +1000
commit3b7e7a7f56f3e89b7a0bc9b7674901b1b672d213 (patch)
treec5e3ed71386afe503997a17e0abb28058caf083b /pkg/i18n
parent06a8eb115c100816e3ceccff875010a84416beee (diff)
add random tip to command log
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go2
-rw-r--r--pkg/i18n/english.go4
-rw-r--r--pkg/i18n/polish.go2
3 files changed, 5 insertions, 3 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 47a0d1648..60268e24b 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -207,7 +207,7 @@ func dutchTranslationSet() TranslationSet {
ConfirmMerge: "Weet je zeker dat je {{.selectedBranch}} in {{.checkedOutBranch}} wil mergen?",
FwdNoUpstream: "Kan niet de branch vooruitspoelen zonder upstream",
FwdCommitsToPush: "Je kan niet vooruitspoelen als de branch geen nieuwe commits heeft",
- ErrorOccurred: "Er is iets fout gegaan! Zou je hier een issue aan willen maken: https://github.com/jesseduffield/lazygit/issues",
+ ErrorOccurred: "Er is iets fout gegaan! Zou je hier een issue aan willen maken",
NoRoom: "Niet genoeg ruimte",
YouAreHere: "JE BENT HIER",
LcRewordNotSupported: "herformatteren van commits in interactief rebasen is nog niet ondersteund",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index b49459096..8036cd720 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -449,6 +449,7 @@ type TranslationSet struct {
ToggleShowCommandLog string
FocusCommandLog string
CommandLogHeader string
+ RandomTip string
Spans Spans
}
@@ -960,7 +961,7 @@ func englishTranslationSet() TranslationSet {
ConfirmMerge: "Are you sure you want to merge {{.selectedBranch}} into {{.checkedOutBranch}}?",
FwdNoUpstream: "Cannot fast-forward a branch with no upstream",
FwdCommitsToPush: "Cannot fast-forward a branch with commits to push",
- ErrorOccurred: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues",
+ ErrorOccurred: "An error occurred! Please create an issue at",
NoRoom: "Not enough room",
YouAreHere: "YOU ARE HERE",
LcRewordNotSupported: "rewording commits while interactively rebasing is not currently supported",
@@ -1189,6 +1190,7 @@ func englishTranslationSet() TranslationSet {
ToggleShowCommandLog: "Toggle show/hide command log",
FocusCommandLog: "Focus command log",
CommandLogHeader: "You can hide/focus this panel by pressing '%s' or hide it permanently in your config with `gui.showCommandLog: false`\n",
+ RandomTip: "Random Tip",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index f0805bb6c..a7ea87298 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -145,7 +145,7 @@ func polishTranslationSet() TranslationSet {
ConfirmMerge: "Are you sure you want to merge {{.selectedBranch}} into {{.checkedOutBranch}}?",
FwdNoUpstream: "Cannot fast-forward a branch with no upstream",
FwdCommitsToPush: "Cannot fast-forward a branch with commits to push",
- ErrorOccurred: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues",
+ ErrorOccurred: "An error occurred! Please create an issue at",
MainTitle: "Main",
NormalTitle: "Normal",
LcSoftReset: "soft reset",