11 lines
268 B
TypeScript
11 lines
268 B
TypeScript
|
import { Translations } from "./rus.ts";
|
||
|
|
||
|
export default {
|
||
|
About: "About",
|
||
|
Works: "Works",
|
||
|
My_latest_works: "My latest works",
|
||
|
Source_code: "Source code",
|
||
|
Page_not_found: "Page not found",
|
||
|
Internal_server_error: "Internal server error",
|
||
|
} as Translations;
|