Corex.FloatingPanel.Translation
(Corex v0.1.0-alpha.33)
View Source
Translation struct for FloatingPanel component strings.
Without gettext: translation={%FloatingPanel.Translation{ close: "Close window" }}
With gettext: translation={%FloatingPanel.Translation{ close: gettext("Close window") }}