.pot file not up to date
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.pot file not up to date’ is closed to new replies.