Estonian Internationalisation plug-in bug

Estonian Internationalisation plug-in bug

tiitremmeltiitremmel Posts: 5Questions: 0Answers: 0
edited February 2011 in Bug reports
The whole code is on single quotes. It's not a problem if you use it in the same file where is datatables but if using sUrl with outside txt file - it won't work. The solution is just using double quotes.
For example:
This is now
[code]'sProcessing': 'Palun oodake, koostan kuvamiseks nimekirja!',[/code]
should be
[code]"sProcessing": "Palun oodake, koostan kuvamiseks nimekirja!",[/code]

Replies

  • allanallan Posts: 61,657Questions: 1Answers: 10,094 Site admin
    Good point! Definitely much better to have it as valid JSON. I've updated the plug-ins page with double quotes now :-)

    Thanks,
    Allan
This discussion has been closed.