From 9f8198b7d2a4a3d68cbcec159558bc990fa70013 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 22 Nov 2011 13:16:58 +0000
Subject: [PATCH] Add chinese language tag.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2988 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/includes/header.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/includes/header.php b/templates/includes/header.php
index 186c319ed..e2219e6d7 100644
--- a/templates/includes/header.php
+++ b/templates/includes/header.php
@@ -170,7 +170,8 @@ if($onLoad !== '') {
 					'tr' => 'Türkçe',
 					'el' => 'ελληνικά',
 					'ja' => '日本語',
-					'zh-tw' => '中文',
+					'zh' => '简体中文',
+					'zh-tw' => '繁體中文',
 					'ar' => 'العربية', // Arabic
 					'fa' => 'پارسی', // Persian
 					'ur' => 'اردو', // Urdu
-- 
GitLab