feat(i18n): add Vietnamese language to i18n locales

This commit is contained in:
Amruth Pillai
2022-03-18 10:52:06 +01:00
parent 8f5632c5ad
commit 4390bccfb9
5 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@ const DateWrapper: React.FC = ({ children }) => {
require('dayjs/locale/pl');
require('dayjs/locale/ta');
require('dayjs/locale/tr');
require('dayjs/locale/vi');
require('dayjs/locale/zh');
locale && dayjs.locale(locale);