mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-19 12:12:42 +02:00
🎨 run formatter
This commit is contained in:
parent
16dcc8f4db
commit
7ae106d4df
@ -452,8 +452,8 @@ type TranslationSet struct {
|
|||||||
RandomTip string
|
RandomTip string
|
||||||
SelectParentCommitForMerge string
|
SelectParentCommitForMerge string
|
||||||
ToggleWhitespaceInDiffView string
|
ToggleWhitespaceInDiffView string
|
||||||
IgnoringWhitespaceInDiffView string
|
IgnoringWhitespaceInDiffView string
|
||||||
ShowingWhitespaceInDiffView string
|
ShowingWhitespaceInDiffView string
|
||||||
Spans Spans
|
Spans Spans
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -999,8 +999,8 @@ func englishTranslationSet() TranslationSet {
|
|||||||
RandomTip: "Random Tip",
|
RandomTip: "Random Tip",
|
||||||
SelectParentCommitForMerge: "Select parent commit for merge",
|
SelectParentCommitForMerge: "Select parent commit for merge",
|
||||||
ToggleWhitespaceInDiffView: "Toggle whether or not whitespace changes are shown in the diff view",
|
ToggleWhitespaceInDiffView: "Toggle whether or not whitespace changes are shown in the diff view",
|
||||||
IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
|
IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
|
||||||
ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
|
ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
|
||||||
Spans: Spans{
|
Spans: Spans{
|
||||||
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
|
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
|
||||||
CheckoutCommit: "Checkout commit",
|
CheckoutCommit: "Checkout commit",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user