1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-11 11:42:12 +02:00
2018-08-16 21:48:09 +10:00

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