Add pt_PT and tag version 0.9.4
This commit is contained in:
@@ -236,7 +236,7 @@ class SP_Admin_Welcome {
|
||||
<h4><?php _e( 'Translators', 'sportspress' ); ?></h4>
|
||||
<p><?php _e( 'SportsPress has been kindly translated into several other languages thanks to our translation team. Want to see your name? <a href="https://www.transifex.com/projects/p/sportspress/">Translate SportsPress</a>.', 'sportspress' ); ?></p>
|
||||
<?php
|
||||
$translator_handles = array( 'Abdulelah', 'albertone', 'Andrew_Melim', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'JuKi', 'karimjarro', 'massimo.marra', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy', 'valentijnreza' );
|
||||
$translator_handles = array( 'Abdulelah', 'albertone', 'Andrew_Melim', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'JuKi', 'karimjarro', 'King3R', 'massimo.marra', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy', 'valentijnreza' );
|
||||
$translator_links = array();
|
||||
foreach ( $translator_handles as $handle ):
|
||||
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';
|
||||
|
||||
@@ -2429,7 +2429,7 @@ function sp_get_text_options() {
|
||||
'preview' => __( 'Preview', 'sportspress' ),
|
||||
'rank' => __( 'Rank', 'sportspress' ),
|
||||
'recap' => __( 'Recap', 'sportspress' ),
|
||||
'results' => __( 'Team Results', 'sportspress' ),
|
||||
'team_results' => __( 'Team Results', 'sportspress' ),
|
||||
'season' => __( 'Season', 'sportspress' ),
|
||||
'staff' => __( 'Staff', 'sportspress' ),
|
||||
'substitutes' => __( 'Substitutes', 'sportspress' ),
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
languages/sportspress-pt_PT.mo
Normal file
BIN
languages/sportspress-pt_PT.mo
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
12
readme.txt
12
readme.txt
@@ -4,7 +4,7 @@ Tags: sport, sports, sports journalism, teams, team management, fixtures, result
|
||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
|
||||
Requires at least: 3.8
|
||||
Tested up to: 3.9
|
||||
Stable tag: 0.9.3
|
||||
Stable tag: 0.9.4
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
@@ -32,7 +32,7 @@ Add schedules, results, league tables, player profiles and statistics to your te
|
||||
= Available Languages =
|
||||
* English – English ( en_US )
|
||||
* Arabic – العربية ( ar )
|
||||
* Chinese (China) - 中文 (zh_CN)
|
||||
* Chinese (China) - 中文 ( zh_CN )
|
||||
* Croatian – Hrvatski ( hr )
|
||||
* Czech – Čeština ( cs_CZ )
|
||||
* Dutch - Nederlands ( nl_NL )
|
||||
@@ -44,6 +44,7 @@ Add schedules, results, league tables, player profiles and statistics to your te
|
||||
* Japanese – 日本語 ( ja )
|
||||
* Polish – Polski ( pl_PL )
|
||||
* Portuguese (Brazil) – Português do Brasil ( pt_BR )
|
||||
* Portuguese (Portugal) – Português ( pt_PT )
|
||||
* Russian - Русский ( ru_RU )
|
||||
* Slovak – Slovenčina ( sk_SK )
|
||||
* Slovenian – Slovenija ( sl_SI )
|
||||
@@ -119,6 +120,13 @@ Yes, CSV importers are included with the plugin. Go to Tools > Import and choose
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.9.4 =
|
||||
* Tweak - Force delete preset variables when switching sports in settings.
|
||||
* Fix - Apply player gallery limit.
|
||||
* Fix - Display localized team results string.
|
||||
* Refactor - Use more common thumbnail sizes.
|
||||
* Localization - Portuguese (Portugal) translation by Andrew_Melim.
|
||||
|
||||
= 0.9.3 =
|
||||
* Fix - Player list columns not displaying.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: SportsPress
|
||||
* Plugin URI: http://wordpress.org/plugins/sportspress
|
||||
* Description: Manage your club and its players, staff, events, league tables, and player lists.
|
||||
* Version: 0.9.3
|
||||
* Version: 0.9.4
|
||||
* Author: ThemeBoy
|
||||
* Author URI: http://themeboy.com
|
||||
* Requires at least: 3.8
|
||||
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
|
||||
* Main SportsPress Class
|
||||
*
|
||||
* @class SportsPress
|
||||
* @version 0.9.3
|
||||
* @version 0.9.4
|
||||
*/
|
||||
final class SportsPress {
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $version = '0.9.3';
|
||||
public $version = '0.9.4';
|
||||
|
||||
/**
|
||||
* @var SporsPress The single instance of the class
|
||||
|
||||
Reference in New Issue
Block a user