Fmt Style

  1. hi: "Hi %s!"
  1. ctx.Tr("Hi", "John")
  2. // Outputs: Hi John!