Add simplified Chinese language translations (#3784)

This commit is contained in:
Bao H.H
2020-10-02 02:50:49 +08:00
committed by GitHub
parent 37e4ad7c1b
commit b5ee399fa2
3 changed files with 1068 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ $DETECT_LANGUAGE = true;
$DEFAULT_LANG = 'en';
// Available languages
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv');
$AVAILABLE_LANGUAGES = array('ca', 'cs', 'de', 'en', 'es', 'fi', 'fr', 'it', 'lv', 'nl', 'pl', 'pt', 'ro', 'ru', 'sk', 'sv', 'zh');
// Change theme (default: lumen)
// Needs to be one of those: cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone,