Skip to content

Commit 92bb2d9

Browse files
committed
fix(i18n): add missing t() call
1 parent 28c8016 commit 92bb2d9

47 files changed

Lines changed: 51 additions & 43 deletions

Some content is hidden

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

app/components/Package/ListToolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const sortKeyLabelKeys = computed<Record<SortKey, string>>(() => ({
9595
'downloads-year': t('filters.sort.downloads_year'),
9696
'updated': t('filters.sort.published'),
9797
'name': t('filters.sort.name'),
98-
'quality': 'filters.sort.quality',
98+
'quality': t('filters.sort.quality'),
9999
'popularity': t('filters.sort.popularity'),
100100
'maintenance': t('filters.sort.maintenance'),
101101
'score': t('filters.sort.score'),

i18n/locales/ar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@
661661
"downloads_year": "التنزيلات/السنة",
662662
"published": "آخر نشر",
663663
"name": "الاسم",
664+
"quality": "الجودة",
664665
"popularity": "الشعبية",
665666
"maintenance": "الصيانة",
666667
"score": "التنقيط"

i18n/locales/az-AZ.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@
579579
"downloads_month": "Endirmələr/ay",
580580
"downloads_year": "Endirmələr/il",
581581
"name": "Ad",
582+
"quality": "Keyfiyyət",
582583
"popularity": "Populyarlıq",
583584
"maintenance": "Baxım",
584585
"score": "Xal"

i18n/locales/cs-CZ.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@
630630
"downloads_year": "Stažení/rok",
631631
"published": "Naposledy publikováno",
632632
"name": "Název",
633+
"quality": "Kvalita",
633634
"popularity": "Popularita",
634635
"maintenance": "Údržba",
635636
"score": "Skóre"

i18n/locales/de-DE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@
662662
"downloads_year": "Downloads/Jahr",
663663
"published": "Zuletzt veröffentlicht",
664664
"name": "Name",
665+
"quality": "Qualität",
665666
"popularity": "Beliebtheit",
666667
"maintenance": "Wartung",
667668
"score": "Bewertung"

i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@
662662
"downloads_year": "Downloads/yr",
663663
"published": "Last Published",
664664
"name": "Name",
665+
"quality": "Quality",
665666
"popularity": "Popularity",
666667
"maintenance": "Maintenance",
667668
"score": "Score"

i18n/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@
637637
"downloads_year": "Descargas/año",
638638
"published": "Última publicación",
639639
"name": "Nombre",
640+
"quality": "Calidad",
640641
"popularity": "Popularidad",
641642
"maintenance": "Mantenimiento",
642643
"score": "Puntuación"

i18n/locales/fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@
635635
"downloads_year": "Téléch./an",
636636
"published": "Dern. publication",
637637
"name": "Nom",
638+
"quality": "Qualité",
638639
"popularity": "Popularité",
639640
"maintenance": "Maintenance",
640641
"score": "Score"

i18n/locales/hi-IN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@
616616
"downloads_month": "डाउनलोड्स/महीना",
617617
"downloads_year": "डाउनलोड्स/वर्ष",
618618
"name": "नाम",
619+
"quality": "गुणवत्ता",
619620
"popularity": "लोकप्रियता",
620621
"maintenance": "रखरखाव",
621622
"score": "स्कोर"

i18n/locales/hu-HU.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@
578578
"downloads_month": "Letöltés/hó",
579579
"downloads_year": "Letöltés/év",
580580
"name": "Név",
581+
"quality": "Minőség",
581582
"popularity": "Népszerűség",
582583
"maintenance": "Karbantartás",
583584
"score": "Pontszám"

0 commit comments

Comments
 (0)