Corex.DataTable.Translation (Corex v0.1.0-alpha.33)

View Source

Translation struct for DataTable component strings.

Without gettext: translation={%DataTable.Translation{ actions: "Actions", select_all: "Select all", select_row: "Select row" }}

With gettext: translation={%DataTable.Translation{ actions: gettext("Actions"), select_all: gettext("Select all"), select_row: gettext("Select row") }}