recipes/web/translates/eng.ts

10 lines
212 B
TypeScript
Raw Normal View History

2022-05-28 23:28:07 +03:00
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;