feat(client): 💫 add Finnish language support

This commit is contained in:
Amruth Pillai
2022-08-04 16:13:49 +02:00
parent 331346b99c
commit 16d19eb70f
5 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,7 @@ const DateWrapper: React.FC<React.PropsWithChildren<unknown>> = ({ children }) =
require('dayjs/locale/en');
require('dayjs/locale/es');
require('dayjs/locale/fa');
require('dayjs/locale/fi');
require('dayjs/locale/fr');
require('dayjs/locale/he');
require('dayjs/locale/hi');