H
H
HitGirl2020-07-10 21:56:20
Vue.js
HitGirl, 2020-07-10 21:56:20

How to enable Russian language support in vuepress?

Hello! config.js:
echo '# Тестовая строка' > README.md

module.exports = {
    locales: {
        '/': {
            lang: 'ru',
            title: 'Название',
            description: 'Описание',
        }
    }
};

The test string is not displayed correctly, please tell me how to fix this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vapaamies, 2020-07-10
@HitGirl

chcp 65001
echo '# Тестовая строка' > README.md

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question