• davidhorizon

    (@davidhorizon)


    Hello,

    I’m using pro and I can’t find some string in .pot file. For example all of these (from event-list.php) doesn’t exist in .pot file :

    if ( sp_column_active( $usecolumns, 'league' ) )
    						echo '<th class="data-league">' . __( 'League', 'sportspress' ) . '</th>';
    
    					if ( sp_column_active( $usecolumns, 'season' ) )
    						echo '<th class="data-season">' . __( 'Season', 'sportspress' ) . '</th>';
    
    					if ( sp_column_active( $usecolumns, 'venue' ) )
    						echo '<th class="data-venue">' . __( 'Venue', 'sportspress' ) . '</th>';
    
    					if ( sp_column_active( $usecolumns, 'article' ) )
    						echo '<th class="data-article">' . __( 'Article', 'sportspress' ) . '</th>';
    
    					if ( sp_column_active( $usecolumns, 'day' ) )
    						echo '<th class="data-day">' . __( 'Match Day', 'sportspress' ) . '</th>';

    So It’s impossible to translate them.

    Also please add .po file to plugin. mo. file can’t be opened with poedit.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    >> I’m using pro <<

    For support of the Pro levels of this plugin, please contact the author via their website or other support method. Paid plugins are not supported in these forums.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @davidhorizon There is nothing to report here. You’re a customer of the author, they literally can’t support you here. They’re not permitted.

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.pot file not up to date’ is closed to new replies.