diff --git a/src/App.vue b/src/App.vue index dc8c57e..b2d740d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,9 +22,9 @@ const isDev = import.meta.env.DEV;
- icon + {{ $t('common.JuneIcon') }}

- {{ $t('June', 2) }} + {{ $t('common.JuneHansen') }}

@@ -38,12 +38,15 @@ const isDev = import.meta.env.DEV; - + -
diff --git a/src/assets/data/about-en.json b/src/assets/data/about-en.json new file mode 100644 index 0000000..e69de29 diff --git a/src/assets/data/about-no.json b/src/assets/data/about-no.json new file mode 100644 index 0000000..e69de29 diff --git a/src/components/DropdownComponent.vue b/src/components/DropdownComponent.vue index 4e1e304..435f076 100644 --- a/src/components/DropdownComponent.vue +++ b/src/components/DropdownComponent.vue @@ -74,9 +74,7 @@ function onLeave(el: any, done: any) { + bg-primary-lighter dark:bg-accent-darker"> diff --git a/src/i18n/en.json b/src/i18n/en.json index 961e931..f491bcc 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1,5 +1,8 @@ { - "June": "June | June Hansen", + "common": { + "JuneHansen": "June Hansen", + "JuneIcon": "June icon" + }, "locale": { "en": "EN", "no": "NO" diff --git a/src/i18n/no.json b/src/i18n/no.json index 86f0a3f..c000364 100644 --- a/src/i18n/no.json +++ b/src/i18n/no.json @@ -1,5 +1,8 @@ { - "June": "June | June Hansen", + "common": { + "JuneHansen": "June Hansen", + "JuneIcon": "June ikon" + }, "locale": { "en": "EN", "no": "NO"