mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-23 23:51:03 +00:00
6 lines
144 B
Go
6 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
|