mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Remove unused struct
This commit is contained in:
parent
2ccd9980e3
commit
02aeb6101c
1 changed files with 0 additions and 6 deletions
|
@ -9,12 +9,6 @@ import (
|
|||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// Localizer will translate a message into the user's language
|
||||
type Localizer struct {
|
||||
Log *logrus.Entry
|
||||
S TranslationSet
|
||||
}
|
||||
|
||||
func NewTranslationSetFromConfig(log *logrus.Entry, configLanguage string) (*TranslationSet, error) {
|
||||
if configLanguage == "auto" {
|
||||
language := detectLanguage(jibber_jabber.DetectIETF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue