Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot translate word "TOPICS" on forum list


  • 23kulpamens
    Participant

    @23kulpamens

    I cannot translate the word “topics” on forum list. Like here:

    View post on imgur.com

    This function returns true, so the translation is loaded properly:

    // Look in global /wp-content/languages/bbpress folder
    load_textdomain( $this->domain, $mofile_global ); 

    And I tried to translate those lines, PO edit compiles them to mo properly also:

    #: includes/common/template.php:2593
    msgid "%s Topics"
    msgstr "%s wątki"
    #: includes/forums/template.php:1239 includes/forums/template.php:1977
    msgid "%s topic"
    msgid_plural "%s topics"
    msgstr[0] "%s wątek"
    msgstr[1] "%s wątki"
    msgstr[2] "%s wątków"

    Nothing takes any effect. Any idea where I can find these phrases in code? Because I tried to modify phrase “Topics” in files given in PO file (eg.: includes/forums/template.php:1239). But nothing takes effect.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar