Add Defense and Offense to translatable text
This commit is contained in:
@@ -478,7 +478,7 @@ if ( !function_exists( 'sp_get_format_placeholder' ) ) {
|
||||
$placeholders = apply_filters( 'sportspress_format_placeholders', array(
|
||||
'number' => 0,
|
||||
'time' => '0:00',
|
||||
'text' => '',
|
||||
'text' => ' ',
|
||||
) );
|
||||
return sp_array_value( $placeholders, $key, 0 );
|
||||
}
|
||||
@@ -1318,10 +1318,12 @@ function sp_get_text_options() {
|
||||
__( 'Current Team', 'sportspress' ),
|
||||
__( 'Current Teams', 'sportspress' ),
|
||||
__( 'Date', 'sportspress' ),
|
||||
__( 'Defense', 'sportspress' ),
|
||||
__( 'Details', 'sportspress' ),
|
||||
__( 'Event', 'sportspress' ),
|
||||
__( 'Competition', 'sportspress' ),
|
||||
__( 'Nationality', 'sportspress' ),
|
||||
__( 'Offense', 'sportspress' ),
|
||||
__( 'Outcome', 'sportspress' ),
|
||||
__( 'Past Teams', 'sportspress' ),
|
||||
__( 'Played', 'sportspress' ),
|
||||
|
||||
Reference in New Issue
Block a user