added ru to date locales

This commit is contained in:
Jocelyn Badgley 2024-10-06 11:02:18 -07:00
parent b2526e7322
commit 524d321369
No known key found for this signature in database
GPG Key ID: 909059F0FFF842D8

View File

@ -27,6 +27,7 @@ const str2locale = {
'pt': dateFNSLocales.pt, 'pt': dateFNSLocales.pt,
'es': dateFNSLocales.es, 'es': dateFNSLocales.es,
'nl': dateFNSLocales.nl, 'nl': dateFNSLocales.nl,
'ru': dateFNSLocales.ru,
}; };
const markdownEngines = { const markdownEngines = {