• Hi

    How do i change the part where the widgets shows how long time ago the tweet is posted?

    I can change the word “ago” but I also wants to translate the minutes, hours, days, month etc. to another language – danish. (minutter, timer, dage, m?neder etc.)

    Is that possible?

    Alternate can I just show the time/date in php format?
    For example: 29. januar 2013 kl. 22.51 (time in danish)

    Hope anyone can help.
    Thank you.

    https://www.ads-software.com/extend/plugins/jetpack/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thanks for the report. That’s a bug in Jetpack, that part of the Twitter widget cannot be translated yet.

    We will work on this issue, and I’ll let you know as soon as you can translate these strings.

    Thread Starter jakras

    (@jakras)

    thank you. any idea how long this will take?

    Hi,
    Is there some way to hide the timestamp until this is fixed?
    Thanks

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You could hide the timestamp by adding the following to your theme stylesheet, or to your custom CSS editor under Appearance > Edit CSS:

    .widget_twitter .timesince {
    display:none !important;
    }

    thank you kind sir ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Translate time ago stamp in twitter widget’ is closed to new replies.