Estonian Internationalisation plug-in bug
Estonian Internationalisation plug-in bug
tiitremmel
Posts: 5Questions: 0Answers: 0
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]
For example:
This is now
[code]'sProcessing': 'Palun oodake, koostan kuvamiseks nimekirja!',[/code]
should be
[code]"sProcessing": "Palun oodake, koostan kuvamiseks nimekirja!",[/code]
This discussion has been closed.
Replies
Thanks,
Allan