From 474e442d5a3d0a7a1bae592366a5cfaa2c38f32d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Aug 2021 05:09:55 +0530 Subject: [PATCH] Implement i18n and change design around a little bit --- src/App.vue | 60 +++++++++++++++++++++++++---------- src/components/Player.vue | 5 ++- src/main.js | 12 +++++-- src/plugins/i18n.js | 7 ++-- src/routes/SearchMenu.vue | 1 + src/translations/bn-latn.json | 3 -- src/translations/de.json | 3 -- src/translations/el.json | 3 -- src/translations/en.json | 3 -- src/translations/fr.json | 3 -- src/translations/lt.json | 3 -- src/translations/ml.json | 3 -- src/translations/nb_NO.json | 3 -- src/translations/tr.json | 3 -- 14 files changed, 61 insertions(+), 51 deletions(-) diff --git a/src/App.vue b/src/App.vue index d55b622..9e6146c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,24 +4,37 @@ app color="primary" dark - flat > - - - {{ link.name }} - - - - - - - + + + + + + {{ link.name }} + + + + + + + + + @@ -33,6 +46,7 @@