mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
Remove unused struct
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user