Skip to content

Commit 71aaf4a

Browse files
committed
chore: remove orphaned i18n key
1 parent 977ef3c commit 71aaf4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2
-57
lines changed

app/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ function recentItemRoute(item: RecentItem): RouteLocationRaw {
125125
<ClientOnly>
126126
<nav
127127
v-if="recentItems.length > 0"
128-
:aria-label="$t('nav.recently_viewed')"
128+
aria-labelledby="recently-viewed-label"
129129
class="text-center motion-safe:animate-fade-in motion-safe:animate-fill-both"
130130
style="animation-delay: 0.3s"
131131
>
132132
<div class="flex flex-wrap items-center justify-center gap-x-2 gap-y-3">
133-
<span class="text-xs text-fg-subtle tracking-wider">
133+
<span id="recently-viewed-label" class="text-xs text-fg-subtle tracking-wider">
134134
{{ $t('nav.recently_viewed') }}:
135135
</span>
136136
<ul

i18n/locales/ar.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "الصفحة الرئيسية",
69-
"popular_packages": "الحزم الشائعة",
7069
"settings": "الإعدادات",
7170
"compare": "مقارنة",
7271
"back": "عودة",

i18n/locales/az-AZ.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
},
4343
"nav": {
4444
"main_navigation": "Əsas",
45-
"popular_packages": "Populyar paketlər",
4645
"settings": "tənzimləmələr",
4746
"back": "geri"
4847
},

i18n/locales/bg-BG.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Главна",
69-
"popular_packages": "Популярни пакети",
7069
"settings": "настройки",
7170
"compare": "сравняване",
7271
"back": "назад",

i18n/locales/bn-IN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"nav": {
4545
"main_navigation": "প্রধান",
46-
"popular_packages": "জনপ্রিয় প্যাকেজগুলি",
4746
"settings": "সেটিংস",
4847
"compare": "তুলনা করুন",
4948
"back": "পিছনে",

i18n/locales/cs-CZ.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Hlavní",
69-
"popular_packages": "Populární balíčky",
7069
"settings": "nastavení",
7170
"compare": "porovnat",
7271
"back": "zpět",

i18n/locales/de-DE.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Hauptnavigation",
69-
"popular_packages": "Beliebte Pakete",
7069
"settings": "Einstellungen",
7170
"compare": "Vergleichen",
7271
"back": "Zurück",

i18n/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Main",
69-
"popular_packages": "Popular packages",
7069
"recently_viewed": "recently viewed",
7170
"settings": "settings",
7271
"compare": "compare",

i18n/locales/es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Principal",
69-
"popular_packages": "Paquetes populares",
7069
"settings": "configuración",
7170
"compare": "comparar",
7271
"back": "atrás",

i18n/locales/fr-FR.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
},
6767
"nav": {
6868
"main_navigation": "Barre de navigation",
69-
"popular_packages": "Paquets populaires",
7069
"recently_viewed": "consultés récemment",
7170
"settings": "paramètres",
7271
"compare": "comparer",

0 commit comments

Comments
 (0)