Add Russian Support

This commit is contained in:
Vitaliy 2017-09-21 17:33:24 +03:00
parent 4fce7f2cea
commit 3058146016

13
src/lang/ru.js Normal file
View File

@ -0,0 +1,13 @@
/* eslint-disable */
const ru = {
headings: {
contact: "Контакты",
experience: "Опыт",
education: "Обучение",
skills: "Навыки",
about: "Обо мне"
}
};
export default ru;