mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
feat(i18n): add Malayalam (മലയാളം) language to i18n locales
This commit is contained in:
@ -20,6 +20,7 @@ const DateWrapper: React.FC = ({ children }) => {
|
||||
require('dayjs/locale/hi');
|
||||
require('dayjs/locale/it');
|
||||
require('dayjs/locale/kn');
|
||||
require('dayjs/locale/ml');
|
||||
require('dayjs/locale/pl');
|
||||
require('dayjs/locale/ta');
|
||||
require('dayjs/locale/tr');
|
||||
|
||||
Reference in New Issue
Block a user