Internationalisation error

Internationalisation error

cllistacllista Posts: 2Questions: 0Answers: 0
edited January 2012 in DataTables 1.9
In 1.9b2 and 1.9b3 when I try to internationalise a page with multitable the script display a nested english-international message.

By example:

[code]
Show 10 entries...
Mostrar 10 entries...
[Table 1]
Mostrando desde 1 hasta ...
Showing 1 to ...


Show 10 entries...
Mostrar 10 entries...
[Table 2]
Mostrando desde 1 hasta ...
Showing 1 to ...
[/code]

In 1.8.2 version runs successfully.

[code]
Mostrar 10 entries...
[Table 1]
Mostrando desde 1 hasta ...


Mostrar 10 entries...
[Table 2]
Mostrando desde 1 hasta ...
[/code]

Replies

  • allanallan Posts: 61,453Questions: 1Answers: 10,055 Site admin
    Wow - thanks for picking that up and letting me know. It isn't actually to do with the internationalisation (that's a side-effect), but rather the multiple tables... I've just committed a fix for this that is available as the nightly for DataTables: http://datatables.net/download

    Regards.
    Allan
This discussion has been closed.