2012-09-06 05:48:34 +00:00
|
|
|
# Browsers use different language codes to refer to the same languages,
|
|
|
|
# these defaults handles the most common cases.
|
2013-08-29 14:57:41 +00:00
|
|
|
no: 'nb' # Norwegian
|
|
|
|
pt: 'pt-pt' # Portuguese
|
|
|
|
zh: 'zh-hans' # Default Chinese to simplified script
|
2013-03-27 04:50:04 +00:00
|
|
|
zh-tw: 'zh-hant' # Taiwan Chinese in traditional script
|
|
|
|
zh-hk: 'zh-hant' # Hong Kong Chinese in traditional script
|
|
|
|
zh-mo: 'zh-hant' # Macao Chinese in traditional script
|
|
|
|
zh-cht: 'zh-hant' # traditional Chinese
|
|
|
|
zh-cn: 'zh-hans' # PRC Mainland Chinese in simplified script
|
|
|
|
zh-sg: 'zh-hans' # Singapore Chinese in simplified script
|
|
|
|
zh-chs: 'zh-hans' # simplified Chinese
|