diff --git a/src/lang/ru.js b/src/lang/ru.js new file mode 100644 index 0000000..81c1510 --- /dev/null +++ b/src/lang/ru.js @@ -0,0 +1,13 @@ +/* eslint-disable */ + +const ru = { + headings: { + contact: "Контакты", + experience: "Опыт", + education: "Обучение", + skills: "Навыки", + about: "Обо мне" + } +}; + +export default ru; \ No newline at end of file