From 34d91fedf0aa49d3411664a18b5bde2b71301ccc Mon Sep 17 00:00:00 2001 From: tpkowastaken Date: Sat, 2 Dec 2023 02:49:02 +0100 Subject: [PATCH 1/2] edited texts on landing page --- src/cs/index.md | 8 ++++---- src/en/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/cs/index.md b/src/cs/index.md index 9a823e8..2f8ec21 100644 --- a/src/cs/index.md +++ b/src/cs/index.md @@ -17,9 +17,9 @@ hero: features: - title: Oznámení - details: Užijte si upozornění a už nikdy si nezapomeňte objednat oběd! - - title: Jednoduchost - details: Vyzkoušejte si jednoduchost naší aplikace, která je navržena pro snadnou navigaci a bezproblémovou interakci s uživatelem. + details: Díky upozorněním v aplikaci již nikdy nezapomenete objednat oběd. + - title: Open Source + details: Náš kód je open source a je k dispozici na GitHubu. Tím je zajištěna jeho kvalita a bezpečnost. - title: Automatické přihlášení - details: Zažijte bezproblémový přístup s automatickým přihlášením, díky kterému bude vaše cesta do naší aplikace rychlá a bezpečná. + details: Zažijte bezproblémový přístup s automatickým přihlášením. --- diff --git a/src/en/index.md b/src/en/index.md index b9bfc41..74817f2 100644 --- a/src/en/index.md +++ b/src/en/index.md @@ -15,9 +15,9 @@ hero: features: - title: Notifications - details: Never forget to order lunch again with our notification system! - - title: Simplicity - details: Experience the effortless simplicity of our app, designed for easy navigation and seamless user interaction. + details: Never forget to order lunch again with our notification system. + - title: Open Source + details: Our code is open source and available on GitHub, ensuring its quality and security. - title: Automatic login - details: Experience hassle-free access with automatic login, making your journey into our app swift and secure. + details: Experience hassle-free access with automatic login, making ordering lunches instant. --- From 2eafa3e3e504d94759b0422f7809aca69b522d67 Mon Sep 17 00:00:00 2001 From: tpkowastaken Date: Sat, 2 Dec 2023 02:50:52 +0100 Subject: [PATCH 2/2] opravena chyba v lokalizaci --- .vitepress/locales/cs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/locales/cs.ts b/.vitepress/locales/cs.ts index 49044f3..ea35ae7 100644 --- a/.vitepress/locales/cs.ts +++ b/.vitepress/locales/cs.ts @@ -25,7 +25,7 @@ export const csConfig: LocaleSpecificConfig = { ], nav: [ - { text: "Stáhnout aplikaci", link: "/en/download/index.md" }, + { text: "Stáhnout aplikaci", link: "/cs/download/index.md" }, { text: "Návody", link: "/cs/guides/getting-started/index.md" }, ], sidebar: [