Dmitriy Pleshevskiy
b24e460ec7
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
264 B
TypeScript
10 lines
264 B
TypeScript
import { Translations } from "./rus.ts";
|
|
|
|
export default {
|
|
About: "About",
|
|
Works: "Works",
|
|
Chronological: "Chronological",
|
|
Source_code: "Source code",
|
|
Page_not_found: "Page not found",
|
|
Internal_server_error: "Internal server error",
|
|
} as Translations;
|