photoprism/pkg/txt/en.go

11 lines
117 B
Go

package txt
const (
EnOr = "or"
EnAnd = "and"
EnWith = "with"
EnIn = "in"
EnAt = "at"
EnNew = "new"
)