Sections
If the key is not a reserved one (e.g. one, two…) then it acts as a sub section. The sections are separated by dot characters (.
).
Welcome:
Message: "Welcome {{.Name}}"
ctx.Tr("Welcome.Message", iris.Map{"Name": "John"})
// Outputs: Welcome John