• Resolved dgmdata

    (@dgmdata)


    Hi,

    Is it possible to change the timestamp MONTHS to another language ?

    I’ve tried modifiying this JS file:
    /js/jquery.tweetscroll.js

    var allMonths = [“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “Septemper”, “October”, “November”, “December”];
    var shortMonths = [“Jan”, “Feb”, “Mar”, “Apr”, “May”, “Jun”, “Jul”, “Aug”, “Sep”, “Oct”, “Nov”, “Dec”];

    But it does not seem to have any effect.

    Regards

    https://wordpress.org/plugins/tweetscroll-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Pixel Industry

    (@vmrkela)

    Hi,

    Unfortunately PHP class for formatting Date and Time are using only English words so at the moment there isn’t easy way to translate words.

    Translating months in javascript file won’t help because that part of code is ignored in WordPress version of Tweetscroll plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Timestamp – Language’ is closed to new replies.