Skip to content

Commit b1f249b

Browse files
committed
fix: remove unused keys
1 parent d5779a4 commit b1f249b

4 files changed

Lines changed: 2 additions & 16 deletions

File tree

app/components/Compare/FacetQuadrantChart.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,7 @@ const config = computed<VueUiQuadrantConfig>(() => {
386386

387387
<foreignObject :x="0" :y="30" style="overflow: visible" :width="svg.width" :height="12">
388388
<div class="flex items-center justify-center gap-2">
389-
<TooltipApp
390-
:aria-label="$t('compare.quadrant_chart.explanation.tooltip_help_efficiency')"
391-
>
389+
<TooltipApp>
392390
<button
393391
data-dom-to-png-ignore
394392
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"
@@ -413,9 +411,7 @@ const config = computed<VueUiQuadrantConfig>(() => {
413411
:height="12"
414412
>
415413
<div class="flex items-center justify-center gap-2">
416-
<TooltipApp
417-
:aria-label="$t('compare.quadrant_chart.explanation.adoption')"
418-
>
414+
<TooltipApp>
419415
<button
420416
data-dom-to-png-ignore
421417
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"

i18n/locales/en.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,6 @@
12551255
},
12561256
"explanation": {
12571257
"tooltip_help": "Show scoring explanation",
1258-
"tooltip_help_adoption": "Show traction scoring explanation",
1259-
"tooltip_help_efficiency": "Show ergonomics scoring explanation",
12601258
"introduction": "The score is calculated by combining multiple signals into two axes:",
12611259
"adoption": "Traction: reflects usage and activity (downloads, freshness, likes)",
12621260
"efficiency": "Ergonomics: reflects footprint and quality (install size, dependencies, vulnerabilities, type support)",

i18n/locales/fr-FR.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,6 @@
12481248
},
12491249
"explanation": {
12501250
"tooltip_help": "Afficher l’explication du score",
1251-
"tooltip_help_adoption": "Afficher l'explication du score de popularité",
1252-
"tooltip_help_efficiency": "Afficher l'explication du score d'ergonomie",
12531251
"introduction": "Le score est calculé en combinant plusieurs signaux sur deux axes :",
12541252
"adoption": "Popularité : reflète l’utilisation et l’activité (téléchargements, fraîcheur, mentions)",
12551253
"efficiency": "Ergonomie : reflète l’empreinte et la qualité (taille d’installation, dépendances, vulnérabilités, support des types)",

i18n/schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,12 +3769,6 @@
37693769
"tooltip_help": {
37703770
"type": "string"
37713771
},
3772-
"tooltip_help_adoption": {
3773-
"type": "string"
3774-
},
3775-
"tooltip_help_efficiency": {
3776-
"type": "string"
3777-
},
37783772
"introduction": {
37793773
"type": "string"
37803774
},

0 commit comments

Comments
 (0)