set Language codes to lookup as languageOnly

This commit is contained in:
Abhinav 2023-03-21 16:54:24 +05:30
parent 9239c22d5c
commit d9a90c6bf9

View file

@ -30,6 +30,7 @@ export const setupI18n = async () => {
'br',
],
},
load: 'languageOnly',
});
i18n.services.formatter.add('dateTime', (value, lng) => {