feat(i18n): add nl and ru i18n locales to app

This commit is contained in:
Amruth Pillai
2022-03-21 08:57:47 +01:00
parent a10cee2efa
commit 03cbf22c9b
5 changed files with 28 additions and 1 deletions

View File

@ -21,7 +21,9 @@ const DateWrapper: React.FC = ({ children }) => {
require('dayjs/locale/it');
require('dayjs/locale/kn');
require('dayjs/locale/ml');
require('dayjs/locale/nl');
require('dayjs/locale/pl');
require('dayjs/locale/ru');
require('dayjs/locale/ta');
require('dayjs/locale/tr');
require('dayjs/locale/vi');