• nOdoa

    (@nodoa)


    Hi,

    I’m editting a multilingual blog using qTranslate. Everything is working perfectly besides one little feature: the_date().
    All the dates are displayed correctly with the exception of the slovak and czech translation. The characters with accents just show a ‘?’ icon. The french ones, for instance, show no problem.
    Other strange fact is that czech and slovak letters anywhere else in the blog work fine and don’t give any error.
    I already checked “charset” and everything is with UTF-8. Does anyone know why is this happening?

    Also, is it possible to the function look for the month names at the locale.php? This because the months in these languages need a declension that the function is not showing.

    cheers!

Viewing 1 replies (of 1 total)
  • chudoff.a

    (@chudoffa)

    Hi, i’am fix this bug all cyrilic language have this problem in qranslate.
    edit: qtranslate.php
    and comment this line and all be fine ;).

    //define('QT_STRFTIME_OVERRIDE',	1);
    //define('QT_DATE_OVERRIDE',		2);
    //define('QT_DATE',				3);
    //define('QT_STRFTIME',			4);

    and this line too:

    //$q_config['use_strftime'] = QT_DATE;

    P.S.
    Goodluck friends.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: qTranslate] error retrieving czech/slovak character with the_date()’ is closed to new replies.