Dmitriy Pleshevskiy
19b08ecd3d
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
268 B
TypeScript
10 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;
|