feat(i18n): add Malayalam (മലയാളം) language to i18n locales

This commit is contained in:
Amruth Pillai
2022-03-18 09:27:04 +01:00
parent 697ceef8f2
commit 3a2e62be4c
5 changed files with 5 additions and 1 deletions

View File

@ -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');