feat(i18n): add portuguese (pt) language to i18n locales

This commit is contained in:
Amruth Pillai
2022-03-24 11:57:16 +01:00
parent 048c1ed3ed
commit 7f1c82cd91
5 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const DateWrapper: React.FC = ({ children }) => {
require('dayjs/locale/ml');
require('dayjs/locale/nl');
require('dayjs/locale/pl');
require('dayjs/locale/pt');
require('dayjs/locale/ru');
require('dayjs/locale/ta');
require('dayjs/locale/tr');