Corex.FloatingPanel.Translation (Corex v0.1.0-beta.4)

View Source

Translation struct for FloatingPanel component strings.

Without gettext: translation={%FloatingPanel.Translation{ close: "Close window" }}

With gettext: translation={%FloatingPanel.Translation{ close: Corex.Gettext.gettext("Close window") }}