Commit 6418f6fe by Sarina Canelake

Add Chinese (Hong Kong) language

parent 52756cf8
......@@ -65,6 +65,7 @@ locales:
- ur # Urdu
- vi # Vietnamese
- zh_CN # Chinese (China)
- zh_HK # Chinese (Hong Kong)
- zh_TW # Chinese (Taiwan)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -628,6 +628,7 @@ LANGUAGES = (
('ur', u'اردو'), # Urdu
('vi', u'Tiếng Việt'), # Vietnamese
('zh-cn', u'中文 (简体)'), # Chinese (China)
('zh-hk', u'中文 (香港)'), # Chinese (Hong Kong)
('zh-tw', u'中文 (台灣)'), # Chinese (Taiwan)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment