mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 07:47:26 +02:00
fixed timeagago for zh_cn
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
languageCode = 'cz';
|
||||
break;
|
||||
|
||||
case 'zh_cn':
|
||||
languageCode = 'zh-CN';
|
||||
break;
|
||||
|
||||
default:
|
||||
languageCode = config.defaultLang;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user