[Xfce4-commits] [www/www.xfce.org] 01/01: Add Traditional Chinese.
noreply at xfce.org
noreply at xfce.org
Sat Jul 26 01:53:44 CEST 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository www/www.xfce.org.
commit c011a7b0b9d9821ef85ae5544c616940d69ea64d
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jul 26 01:53:28 2014 +0200
Add Traditional Chinese.
---
lib/locales.php | 3 ++-
pages/getinvolved/index.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/locales.php b/lib/locales.php
index 95c7a30..d2f74c1 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -18,7 +18,8 @@ $languages = array (
'sk' => 'Slovak',
'sr' => 'Serbian',
'uk' => 'Ukrainian',
- 'zh_CN' => 'Chinese (China)');
+ 'zh_CN' => 'Chinese (Simplified)',
+ 'zh_TW' => 'Chinese (Traditional)');
/* used in header and language detection functions */
$language_codes = array_keys ($languages);
diff --git a/pages/getinvolved/index.php b/pages/getinvolved/index.php
index 803bed7..28626d0 100644
--- a/pages/getinvolved/index.php
+++ b/pages/getinvolved/index.php
@@ -38,7 +38,7 @@
<h2><?php E_('Bountysource') ?></h2>
<p>
- <?php E_('If you want to fund the project, you can reward a bounty to the Xfce project (and leave it to the developers how to spend it) or put a bounty on a bug or feature you would like to get fixed.') ?>
+ <?php E_('If you want to fund the project, you can reward a bounty to the Xfce project [and leave it to the developers how to spend it] or put a bounty on a bug or feature you would like to get fixed.') ?>
<?php learnmore ("https://www.bountysource.com/teams/xfce"); ?>
</p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list