Add kanakoff and matiqos to translators list
This commit is contained in:
@@ -359,7 +359,63 @@ class SP_Admin_Welcome {
|
|||||||
|
|
||||||
<p class="about-description"><?php printf( __( 'SportsPress has been kindly translated into several other languages thanks to our translation team. Want to see your name? <a href="%s">Translate SportsPress</a>.', 'sportspress' ), 'https://www.transifex.com/projects/p/sportspress/' ); ?></p>
|
<p class="about-description"><?php printf( __( 'SportsPress has been kindly translated into several other languages thanks to our translation team. Want to see your name? <a href="%s">Translate SportsPress</a>.', 'sportspress' ), 'https://www.transifex.com/projects/p/sportspress/' ); ?></p>
|
||||||
<?php
|
<?php
|
||||||
$translator_handles = array( 'Abdulelah', 'albertone', 'alisiddique', 'ALooNeBoy87', 'Andrew_Melim', 'ArtakEVN', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'den_zlateva', 'dic_2008', 'doncer', 'elrawys', 'EmiDelCaz', 'eNnvi', 'etcloki', 'Ferenan', 'fredodq', 'GhiMax', 'GuneshGamza95', 'hanro', 'hushiea', 'i__k', 'JensZ', 'jenymoen', 'joegalaxy66', 'JuKi', 'karimjarro', 'King3R', 'krisop', 'latixns', 'massimo.marra', 'MohamedZ', 'overbite', 'poelie', 'popeosorio', 'rochester', 'sashaCZ', 'Selskei', 'sijo', 'SilverXp', 'SmilyCarrot', 'Spirossmil', 'Taurus', 'ThemeBoy', 'tyby94', 'valentijnreza', 'violaud', 'vlinicx', 'xFrAx', 'Xyteton', 'zzcs' );
|
$translator_handles = array(
|
||||||
|
'Abdulelah',
|
||||||
|
'albertone',
|
||||||
|
'alisiddique',
|
||||||
|
'ALooNeBoy87',
|
||||||
|
'Andrew_Melim',
|
||||||
|
'ArtakEVN',
|
||||||
|
'aylaview',
|
||||||
|
'Bhelpful2',
|
||||||
|
'bizover',
|
||||||
|
'BOCo',
|
||||||
|
'den_zlateva',
|
||||||
|
'dic_2008',
|
||||||
|
'doncer',
|
||||||
|
'elrawys',
|
||||||
|
'EmiDelCaz',
|
||||||
|
'eNnvi',
|
||||||
|
'etcloki',
|
||||||
|
'Ferenan',
|
||||||
|
'fredodq',
|
||||||
|
'GhiMax',
|
||||||
|
'GuneshGamza95',
|
||||||
|
'hanro',
|
||||||
|
'hushiea',
|
||||||
|
'i__k',
|
||||||
|
'JensZ',
|
||||||
|
'jenymoen',
|
||||||
|
'joegalaxy66',
|
||||||
|
'JuKi',
|
||||||
|
'kanakoff',
|
||||||
|
'karimjarro',
|
||||||
|
'King3R',
|
||||||
|
'krisop',
|
||||||
|
'latixns',
|
||||||
|
'massimo.marra',
|
||||||
|
'matiqos',
|
||||||
|
'MohamedZ',
|
||||||
|
'overbite',
|
||||||
|
'poelie',
|
||||||
|
'popeosorio',
|
||||||
|
'rochester',
|
||||||
|
'sashaCZ',
|
||||||
|
'Selskei',
|
||||||
|
'sijo',
|
||||||
|
'SilverXp',
|
||||||
|
'SmilyCarrot',
|
||||||
|
'Spirossmil',
|
||||||
|
'Taurus',
|
||||||
|
'ThemeBoy',
|
||||||
|
'tyby94',
|
||||||
|
'valentijnreza',
|
||||||
|
'violaud',
|
||||||
|
'vlinicx',
|
||||||
|
'xFrAx',
|
||||||
|
'Xyteton',
|
||||||
|
'zzcs',
|
||||||
|
);
|
||||||
$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