From 6561771c435f9d9bed1589b5ed13d17aee0b7873 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 11 Dec 2022 20:46:58 +0100 Subject: feat: Add frontpage --- code/frontpage/i18n/en.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 code/frontpage/i18n/en.yaml (limited to 'code/frontpage/i18n/en.yaml') diff --git a/code/frontpage/i18n/en.yaml b/code/frontpage/i18n/en.yaml new file mode 100644 index 0000000..05ff248 --- /dev/null +++ b/code/frontpage/i18n/en.yaml @@ -0,0 +1,17 @@ +- id: get-started + translation: "Get Started" + +- id: on-this-page + translation: "On this page" + +- id: search-text + translation: "Search docs..." + +- id: 404-title + translation: "Page not found :(" + +- id: 404-text + translation: "The page you are looking for doesn't exist or has been moved." + +- id: browse + translation: "Browse" -- cgit v1.3