From 819482f3bf41ebfe62816a2f4ccd184a0c66a34a Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Mon, 22 Jan 2024 21:11:07 +0100 Subject: [PATCH] UPD: Externalize strings --- src/App.vue | 132 ++++++++++++++++++++++++++--------------------- src/lang/en.json | 74 ++++++++++++++++++++++++-- 2 files changed, 144 insertions(+), 62 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1308b1c..a28f40f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -106,10 +106,10 @@ const state = reactive({ count: 12 })

- Profiles + {{ $t('profiles.title') }}

- An open-source UI component library. + {{ $t('profiles.subtitle') }}

@@ -129,7 +129,7 @@ const state = reactive({ count: 12 })

- Quick Preview + {{ $t('preview.title') }}