taraswp
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [JTRT Responsive Tables] Translation issueHello MyThirdEye!
Thanks for your advice, I did so, but it doesn’t helps:$('.jtrespo-scroll table').each(function(infxx,tableee){ var mytablr = $(tableee), isfiltered = mytablr.attr('data-filtering'), isSorted = mytablr.attr('data-sorting'), isPaged = mytablr.attr('data-paging'), isPagedCtn = mytablr.attr('data-paging-size'); if(isfiltered == "true" || isSorted == "true" || isPaged == "true"){ mytablr.DataTable({ "paging":isPaged, "ordering":isSorted, "searching":isfiltered, "info":false, language: { search: "Шукати", show: "Показати" } }); } });Maybe I did something wrong, because I don’t know Javascript 🙁
And, on my site I use two languages: English and Ukrainian. For it i use “Polylang plugin” https://ru.wordpress.org/plugins/polylang
On datatables.net I found file with Ukrainian translation https://datatables.net/plug-ins/i18n/Ukrainian
Can you help me considering the above?Thanks a lot!
Forum: Plugins
In reply to: [JTRT Responsive Tables] Translation issueHello MyThirdEye!
Thanks, I have seen jtrt-responsive-tables.pot, but unfortunately this file does not contain texts: “search”, “show”, “entries”.Forum: Plugins
In reply to: [JTRT Responsive Tables] Translation issueHello Mushki!
Please advise how you solved this problem?
Viewing 3 replies - 1 through 3 (of 3 total)