mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
feat(i18n): add Chinese (Simplified) language to locales
This commit is contained in:
@ -19,6 +19,7 @@ const DateWrapper: React.FC = ({ children }) => {
|
||||
require('dayjs/locale/it');
|
||||
require('dayjs/locale/kn');
|
||||
require('dayjs/locale/ta');
|
||||
require('dayjs/locale/zh');
|
||||
|
||||
locale && dayjs.locale(locale);
|
||||
}, [locale]);
|
||||
|
||||
Reference in New Issue
Block a user