Add translator and update readme to version 0.8

This commit is contained in:
Brian Miyaji
2014-04-29 17:54:01 +10:00
parent 2b8a10f361
commit 6a3397f1f9
2 changed files with 40 additions and 4 deletions

View File

@@ -252,7 +252,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', 'aylaview', 'Bhelpful2', 'bizover', 'i__k', 'JensZ', 'karimjarro', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy' );
$translator_handles = array( 'Abdulelah', 'albertone', 'aylaview', 'Bhelpful2', 'bizover', 'BOCo', 'i__k', 'JensZ', 'karimjarro', 'rochester', 'Selskei', 'Spirossmil', 'ThemeBoy' );
$translator_links = array();
foreach ( $translator_handles as $handle ):
$translator_links[] = '<a href="https://www.transifex.com/accounts/profile/' . $handle . '">' . $handle . '</a>';