Skip to content

Commit 45c3238

Browse files
fix(i18n): remove unused health_score.loading key from all locales
1 parent 056fcc3 commit 45c3238

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

i18n/locales/ar-EG.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
},
227227
"health_score": {
228228
"title": "درجة الصحة",
229-
"loading": "جارِ تحليل صحة الحزمة...",
230229
"error": "تعذّر تحميل درجة الصحة",
231230
"score_tooltip": "درجة صحة الحزمة الإجمالية (0-100) مدعومة من npm Pulse",
232231
"grade_tooltip": "تقدير الصحة: {grade}",

i18n/locales/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@
648648
},
649649
"health_score": {
650650
"dimensions_label": "Health score dimensions",
651-
"loading": "Analyzing package health...",
652651
"grade_tooltip": "Health grade: {grade}",
653652
"dimension_maintenance": "Maintenance",
654653
"powered_by": "npm Pulse",

i18n/locales/fr-FR.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@
648648
},
649649
"health_score": {
650650
"title": "Score de santé",
651-
"loading": "Analyse de la santé du paquet...",
652651
"error": "Impossible de charger le score de santé",
653652
"score_tooltip": "Score de santé global du paquet (0-100) propulsé par npm Pulse",
654653
"grade_tooltip": "Note de santé : {grade}",

0 commit comments

Comments
 (0)