expect-digital / translate

Translation for distributed systems
0 stars 0 forks source link

Create base model #4

Closed janishorsts closed 1 year ago

janishorsts commented 1 year ago
type Message struct {
  ID        string
  Message   string
  Fuzzy     bool
}

type Messages struct {
  Language string
  Messages []Message
}