Add Defense and Offense to translatable text

This commit is contained in:
Brian Miyaji
2016-02-24 13:34:30 +11:00
parent 29f2f38eae
commit 89c40166a5

View File

@@ -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' ),