From 01fd30b0db0cb17486c769a25dff80607cc66927 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 22 Nov 2011 13:18:03 +0000
Subject: [PATCH] Add comments about the language texts.

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

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