Skip to content

Commit 26cf975

Browse files
committed
refactor: remove "unused" i18n keys (used in next PR)
1 parent 5ae7fde commit 26cf975

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@
300300
"no_data": "No {facet} data available",
301301
"y_axis_label": "{granularity} {facet}",
302302
"items": {
303-
"downloads": "Downloads",
304-
"likes": "Likes"
303+
"downloads": "Downloads"
305304
}
306305
},
307306
"downloads": {
@@ -859,7 +858,6 @@
859858
"add_column": "Add no dependency column to comparison"
860859
},
861860
"facets": {
862-
"facet": "Facet",
863861
"group_label": "Comparison facets",
864862
"all": "all",
865863
"none": "none",

i18n/locales/fr-FR.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@
363363
"no_data": "Aucune donnée de {facet} disponible",
364364
"y_axis_label": "{facet} {granularity}",
365365
"items": {
366-
"downloads": "Téléchargements",
367-
"likes": "J'aime"
366+
"downloads": "Téléchargements"
368367
}
369368
}
370369
},

lunaria/files/en-GB.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@
300300
"no_data": "No {facet} data available",
301301
"y_axis_label": "{granularity} {facet}",
302302
"items": {
303-
"downloads": "Downloads",
304-
"likes": "Likes"
303+
"downloads": "Downloads"
305304
}
306305
},
307306
"downloads": {
@@ -859,7 +858,6 @@
859858
"add_column": "Add no dependency column to comparison"
860859
},
861860
"facets": {
862-
"facet": "Facet",
863861
"group_label": "Comparison facets",
864862
"all": "all",
865863
"none": "none",

lunaria/files/en-US.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@
300300
"no_data": "No {facet} data available",
301301
"y_axis_label": "{granularity} {facet}",
302302
"items": {
303-
"downloads": "Downloads",
304-
"likes": "Likes"
303+
"downloads": "Downloads"
305304
}
306305
},
307306
"downloads": {
@@ -859,7 +858,6 @@
859858
"add_column": "Add no dependency column to comparison"
860859
},
861860
"facets": {
862-
"facet": "Facet",
863861
"group_label": "Comparison facets",
864862
"all": "all",
865863
"none": "none",

lunaria/files/fr-FR.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@
363363
"no_data": "Aucune donnée de {facet} disponible",
364364
"y_axis_label": "{facet} {granularity}",
365365
"items": {
366-
"downloads": "Téléchargements",
367-
"likes": "J'aime"
366+
"downloads": "Téléchargements"
368367
}
369368
}
370369
},

0 commit comments

Comments
 (0)