feat(i18n): add Hungrarian (Magyar) language

This commit is contained in:
Amruth Pillai
2022-05-02 08:58:25 +02:00
parent 317901a4d2
commit 35fe4e2774
11 changed files with 141 additions and 121 deletions

View File

@ -20,6 +20,7 @@ const DateWrapper: React.FC<React.PropsWithChildren<unknown>> = ({ children }) =
require('dayjs/locale/es');
require('dayjs/locale/fr');
require('dayjs/locale/hi');
require('dayjs/locale/hu');
require('dayjs/locale/it');
require('dayjs/locale/kn');
require('dayjs/locale/ml');