From 7a6b856390f102715db24c0fee39e8b63ae941ae Mon Sep 17 00:00:00 2001 From: Blargian Date: Thu, 24 Jun 2021 21:10:32 +0200 Subject: [PATCH] localisation in progress --- webapp/components/Editor/MenuBar.vue | 3 --- webapp/components/Editor/MenuLegend.vue | 33 +++++++++++++------------ webapp/locales/de.json | 13 ++++++++++ webapp/locales/en.json | 13 ++++++++++ webapp/locales/ru.json | 13 ++++++++++ 5 files changed, 56 insertions(+), 19 deletions(-) diff --git a/webapp/components/Editor/MenuBar.vue b/webapp/components/Editor/MenuBar.vue index 6ec1d5295..5e96317ae 100644 --- a/webapp/components/Editor/MenuBar.vue +++ b/webapp/components/Editor/MenuBar.vue @@ -71,9 +71,6 @@ import MenuBarButton from './MenuBarButton' import MenuLegend from './MenuLegend.vue' export default { - data() { - return {} - }, components: { EditorMenuBar, MenuBarButton, diff --git a/webapp/components/Editor/MenuLegend.vue b/webapp/components/Editor/MenuLegend.vue index ef33e71ea..537529980 100644 --- a/webapp/components/Editor/MenuLegend.vue +++ b/webapp/components/Editor/MenuLegend.vue @@ -1,14 +1,16 @@