pleshevski.ru/translates/rus.ts
Dmitriy Pleshevskiy 19b08ecd3d
All checks were successful
continuous-integration/drone/push Build is passing
use markdown file for about page
2022-06-14 00:30:15 +03:00

13 lines
374 B
TypeScript
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.

export const rus = {
About: "Обо мне",
Works: "Работы",
My_latest_works: "Мои последние работы",
Source_code: "Исходный код",
Page_not_found: "Страница не найдена",
Internal_server_error: "Внутренняя ошибка сервера",
};
export default rus;
export type Translations = typeof rus;