From 8380f9c80cde361a22b5d3bb2b6ae3527dce993a Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Wed, 23 Feb 2022 17:17:53 +0100 Subject: [PATCH] Translation --- app/Presenters/templates/@layout.latte | 2 +- src/scripts/App.vue | 11 +- src/scripts/components/LeftDict.vue | 4 - src/scripts/components/Terms.js | 4 +- src/scripts/components/Translation.vue | 229 +++++-------------------- 5 files changed, 51 insertions(+), 199 deletions(-) diff --git a/app/Presenters/templates/@layout.latte b/app/Presenters/templates/@layout.latte index 78569a1..9f67c14 100755 --- a/app/Presenters/templates/@layout.latte +++ b/app/Presenters/templates/@layout.latte @@ -17,7 +17,7 @@ - +
{$flash->message}
diff --git a/src/scripts/App.vue b/src/scripts/App.vue index 905d781..a35cb47 100644 --- a/src/scripts/App.vue +++ b/src/scripts/App.vue @@ -38,14 +38,21 @@ - - +
+
+ +
+
+ +
+
diff --git a/src/scripts/components/Terms.js b/src/scripts/components/Terms.js index bce38cf..2942153 100644 --- a/src/scripts/components/Terms.js +++ b/src/scripts/components/Terms.js @@ -1,4 +1,4 @@ -{ +export default { "status": "ok", "terms": [ { @@ -2554,4 +2554,4 @@ ] } ] - } \ No newline at end of file +} \ No newline at end of file diff --git a/src/scripts/components/Translation.vue b/src/scripts/components/Translation.vue index b6d9d96..d232b75 100644 --- a/src/scripts/components/Translation.vue +++ b/src/scripts/components/Translation.vue @@ -6,196 +6,45 @@ export default { \ No newline at end of file