diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 0039dd7e..2146a4b8 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1332,6 +1332,7 @@ function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), __( 'Box Score', 'sportspress' ), + __( 'Cancelled', 'sportspress' ), __( 'Career Total', 'sportspress' ), __( 'Competition', 'sportspress' ), __( 'Current Team', 'sportspress' ), @@ -1348,12 +1349,14 @@ function sp_get_text_options() { __( 'Player', 'sportspress' ), __( 'Pos', 'sportspress' ), __( 'Position', 'sportspress' ), + __( 'Postponed', 'sportspress' ), __( 'Preview', 'sportspress' ), __( 'Rank', 'sportspress' ), __( 'Recap', 'sportspress' ), __( 'Results', 'sportspress' ), __( 'Season', 'sportspress' ), __( 'Staff', 'sportspress' ), + __( 'TBD', 'sportspress' ), __( 'Team', 'sportspress' ), __( 'Teams', 'sportspress' ), __( 'Time', 'sportspress' ), @@ -1377,7 +1380,7 @@ function sp_get_text_options() { function sp_review_link() { ?>

- +

diff --git a/wpml-config.xml b/wpml-config.xml index da7fb1f6..fbe5fec0 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -5,6 +5,7 @@ + @@ -22,12 +23,14 @@ + +