Gtk.ActionGroup.prototype.translate_string

function translate_string(string:String):String {
    // Gjs wrapper for gtk_action_group_translate_string()
}

Translates a string using the function set with Gtk.ActionGroup.prototype.set_translate_func. This is mainly intended for language bindings.

Since 2.6

string

a string

Returns

the translation of string