recipes/web/translates/eng.ts

10 lines
212 B
TypeScript

import { Translations } from "./rus.ts";
export default {
Home: "Home",
Recipes: "Recipes",
Ingredients: "Ingredients",
Source_code: "Source code",
Page_not_found: "Page not found",
} as Translations;