mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
feat(i18n): add Bengali, Italian and other languages
This commit is contained in:
@ -10,9 +10,13 @@ const DateWrapper: React.FC = ({ children }) => {
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
// Locales
|
||||
require('dayjs/locale/es');
|
||||
require('dayjs/locale/bn');
|
||||
require('dayjs/locale/de');
|
||||
require('dayjs/locale/en');
|
||||
require('dayjs/locale/es');
|
||||
require('dayjs/locale/fr');
|
||||
require('dayjs/locale/hi');
|
||||
require('dayjs/locale/it');
|
||||
require('dayjs/locale/kn');
|
||||
require('dayjs/locale/ta');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user