11ty: set Russian as the default language

This commit is contained in:
He4eT 2025-04-20 03:18:08 +02:00 committed by Alexey
commit b678d6dc02

View file

@ -16,7 +16,7 @@ export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' }) eleventyConfig.addPassthroughCopy({ 'src/_assets/favicon' : '/' })
/* Plugins*/ /* Plugins*/
eleventyConfig.addPlugin(EleventyI18nPlugin, { eleventyConfig.addPlugin(EleventyI18nPlugin, {
defaultLanguage: 'en', defaultLanguage: 'ru',
}) })
eleventyConfig.addPlugin(IdAttributePlugin) eleventyConfig.addPlugin(IdAttributePlugin)
/* Wrapper for Markdown Tables */ /* Wrapper for Markdown Tables */