79663669

Date: 2025-06-12 14:14:21
Score: 1
Natty:
Report link
const checkLocale = async (lang: string) => {

    const {[lang]: locale} = await import('date-fns/locale');

    if (locale) {
        registerLocale(lang, locale)
        setDefaultLocale(lang);
    }

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zrachko