mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 09:36:30 +07:00
feat: added zh-CN translations to the UI (#448)
This commit is contained in:
@@ -44,6 +44,12 @@ function loadDayJSLocale() {
|
||||
dayjs.locale('es');
|
||||
}
|
||||
break;
|
||||
case 'zh-cn':
|
||||
{
|
||||
require('dayjs/locale/zh-cn');
|
||||
dayjs.locale('zh-cn');
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user