bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)

This commit is contained in:
zhsj 2019-03-28 23:32:25 +08:00 committed by Julien Palard
parent 3eca28c613
commit 45a5fdb91c
2 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@
'fr': 'French',
'ja': 'Japanese',
'ko': 'Korean',
'zh-cn': 'Simplified Chinese',
};
function build_version_select(current_version, current_release) {