mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Remove obsolete TODO comment
Looks perfectly internationalized to me.
This commit is contained in:
parent
8a328a553a
commit
a91fe517d3
1 changed files with 0 additions and 1 deletions
|
@ -532,7 +532,6 @@ func (self *BranchesController) promptWorktreeBranchDelete(selectedBranch *model
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: i18n
|
|
||||||
title := utils.ResolvePlaceholderString(self.c.Tr.BranchCheckedOutByWorktree, map[string]string{
|
title := utils.ResolvePlaceholderString(self.c.Tr.BranchCheckedOutByWorktree, map[string]string{
|
||||||
"worktreeName": worktree.Name,
|
"worktreeName": worktree.Name,
|
||||||
"branchName": selectedBranch.Name,
|
"branchName": selectedBranch.Name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue