From bc4f79cdcb0f7970799828527143582a9cfea133 Mon Sep 17 00:00:00 2001 From: Trupesh Patel Date: Fri, 1 Mar 2024 07:27:27 +0100 Subject: [PATCH] Project change for the Trupeshkumar Patel --- app/init.janet | 8 ++++---- project.janet | 2 +- templates/form.temple | 4 ++-- templates/navigation.temple | 4 ++-- templates/presentation.temple | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/init.janet b/app/init.janet index 62d5223..7926147 100644 --- a/app/init.janet +++ b/app/init.janet @@ -82,12 +82,12 @@ [:main [:h1 (presentation :title)] [:section - [:h1 "Kapitoly"] + [:h1 "પ્રકરણો"] (seq [chapter :in (presentation :chapters)] [:p [:h3 (chapter :title)] - [:span (length (chapter :slides)) " slajdy"]])] - [:nav {:class "f-row"} [:a {:href "/edit"} "editovat"] [:a {:href "/start"} "start"]]]) + [:span (length (chapter :slides)) " સ્લાઇડ્સ"]])] + [:nav {:class "f-row"} [:a {:href "/edit"} "ફેરફાર કરવા માટે"] [:a {:href "/start"} "start"]]]) # Handlers (defn /index @@ -110,7 +110,7 @@ [&] (define :view) (http/page app {:content (http/page form {:content (get-in view [:presentation :content]) - :message "Editace prezentace!"})})) + :message "પ્રસ્તુતિ સંપાદિત કરી રહ્યાં છીએ!"})})) (defn /start "Start presentation" diff --git a/project.janet b/project.janet index e454e84..0354ebd 100644 --- a/project.janet +++ b/project.janet @@ -1,6 +1,6 @@ (declare-project :name "smw" - :author "Josef Pospíšil " + :author "Trupeshkumar Patel " :description "See my work" :license "MIT" :repo "https://git.sr.ht/~pepe/smw" diff --git a/templates/form.temple b/templates/form.temple index 64640b8..297ae00 100644 --- a/templates/form.temple +++ b/templates/form.temple @@ -1,7 +1,7 @@
-

{- (if (args :message) (args :message) "Vytvořte svojí prezentaci, prosím!") -}

+

{- (if (args :message) (args :message) "કૃપા કરીને તમારી પ્રસ્તુતિ બનાવો!") -}

- +
diff --git a/templates/navigation.temple b/templates/navigation.temple index b61fb5f..5a197c1 100644 --- a/templates/navigation.temple +++ b/templates/navigation.temple @@ -4,6 +4,6 @@ - kapitola: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} - slajd: {{ (inc (args :slide)) }} + પ્રકરણ: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} + સ્લાઇડ: {{ (inc (args :slide)) }} diff --git a/templates/presentation.temple b/templates/presentation.temple index ed8c710..4edd97e 100644 --- a/templates/presentation.temple +++ b/templates/presentation.temple @@ -12,8 +12,8 @@
- domů - restartovat + ઘર + પુનઃપ્રારંભ

{{ (get-in args [:presentation :title]) }}

{- (http/page navigation args) -}