fix(lang): add hi, de to next-i18next

This commit is contained in:
Amruth Pillai
2022-03-11 20:21:35 +01:00
parent 63f900870b
commit 3a524f9c9c
5 changed files with 15 additions and 8 deletions

View File

@ -11,6 +11,7 @@ const DateWrapper: React.FC = ({ children }) => {
// Locales
require('dayjs/locale/de');
require('dayjs/locale/hi');
require('dayjs/locale/kn');
require('dayjs/locale/ta');