Skip to content

Commit 73a68fe

Browse files
committed
refactor: remove "unused" i18n keys (used in next PR)
1 parent 74a5780 commit 73a68fe

5 files changed

Lines changed: 5 additions & 13 deletions

File tree

i18n/locales/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@
301301
"no_data": "No {facet} data available",
302302
"y_axis_label": "{granularity} {facet}",
303303
"items": {
304-
"downloads": "Downloads",
305-
"likes": "Likes"
304+
"downloads": "Downloads"
306305
}
307306
},
308307
"downloads": {
@@ -861,7 +860,6 @@
861860
"add_column": "Add no dependency column to comparison"
862861
},
863862
"facets": {
864-
"facet": "Facet",
865863
"group_label": "Comparison facets",
866864
"all": "all",
867865
"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
@@ -301,8 +301,7 @@
301301
"no_data": "No {facet} data available",
302302
"y_axis_label": "{granularity} {facet}",
303303
"items": {
304-
"downloads": "Downloads",
305-
"likes": "Likes"
304+
"downloads": "Downloads"
306305
}
307306
},
308307
"downloads": {
@@ -861,7 +860,6 @@
861860
"add_column": "Add no dependency column to comparison"
862861
},
863862
"facets": {
864-
"facet": "Facet",
865863
"group_label": "Comparison facets",
866864
"all": "all",
867865
"none": "none",

lunaria/files/en-US.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@
301301
"no_data": "No {facet} data available",
302302
"y_axis_label": "{granularity} {facet}",
303303
"items": {
304-
"downloads": "Downloads",
305-
"likes": "Likes"
304+
"downloads": "Downloads"
306305
}
307306
},
308307
"downloads": {
@@ -861,7 +860,6 @@
861860
"add_column": "Add no dependency column to comparison"
862861
},
863862
"facets": {
864-
"facet": "Facet",
865863
"group_label": "Comparison facets",
866864
"all": "all",
867865
"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)