diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index c12dac3bb1..d7f46f30dd 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -80,3 +80,10 @@ $messages['nl'] = array( 'visualeditor-sandbox-title' => 'Testruimte voor Vereenvoudigde tekstverwerker', ); +/** Simplified Chinese (‪中文(简体)‬) + * @author Shizhao + */ +$messages['zh-hans'] = array( + 'visualeditor-sandbox-title' => 'VisualEditor沙盒', +); +