hi: "Hi %s!"
ctx.Tr("Hi", "John")// Outputs: Hi John!
ctx.Tr("Hi", "John")
// Outputs: Hi John!
本文档使用 BookStack 构建