mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-11 11:42:12 +02:00
7 lines
144 B
Go
7 lines
144 B
Go
package i18n
|
|
|
|
import "github.com/nicksnyder/go-i18n/v2/internal"
|
|
|
|
// Message is a string that can be localized.
|
|
type Message = internal.Message
|