Translation: "Copied xyz rows to the clipboard"

Translation: "Copied xyz rows to the clipboard"

RockbRockb Posts: 97Questions: 0Answers: 0
edited June 2011 in TableTools
Hello Allen,

is there a way to get the 'alert'-message "Copied XYZ rows to the clipboard" translated anywhere?

Thx!
Sebastian

Replies

  • RockbRockb Posts: 97Questions: 0Answers: 0
    ... I know it's written in the TableTools.js - but I guess it's more helpful to include it in the internalisation options to avoid changing this text on every single update.
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Yup - that is something which should be made an initialisation option in future. For the moment you can override it by putting in your own fnComplete function for the button:

    http://datatables.net/extras/tabletools/button_options#fnComplete
    https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js#L2204

    Allan
This discussion has been closed.