Add translator username JuKi
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* @author ThemeBoy
|
* @author ThemeBoy
|
||||||
* @category Admin
|
* @category Admin
|
||||||
* @package SportsPress/Admin
|
* @package SportsPress/Admin
|
||||||
* @version 0.7.5
|
* @version 0.9
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
@@ -252,7 +252,7 @@ class SP_Admin_Welcome {
|
|||||||
<h4><?php _e( 'Translators', 'sportspress' ); ?></h4>
|
<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>
|
<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
|
<?php
|
||||||
$translator_handles = array( 'Abdulelah', 'albertone', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'karimjarro', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy' );
|
$translator_handles = array( 'Abdulelah', 'albertone', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'dic_2008', 'hanro', 'i__k', 'JensZ', 'JuKi', 'karimjarro', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy' );
|
||||||
$translator_links = array();
|
$translator_links = array();
|
||||||
foreach ( $translator_handles as $handle ):
|
foreach ( $translator_handles as $handle ):
|
||||||
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';
|
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';
|
||||||
|
|||||||
Reference in New Issue
Block a user