resume/src/lang/ru.js
Lesya Novaselskaya 6b704d5f98 Small correction for RU locale.
In Russian this section is rather called 'Образование' (literally:
education) containing high school, certificates and courses, while
'Обучение' (literally: training) is a process of improving skills.

Signed-off-by: Lesya Novaselskaya <shams@airpost.net>
2017-11-10 13:06:05 +03:00

14 lines
260 B
JavaScript
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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