Skip to content

Commit ecbf2b1

Browse files
New comparison page!
> Compare all players on the server > in table or with a nice radar map Also : - Group by family of abilities in the user page > You can now filter these new groups with a cool dropdown - New numeric sorting for user abilities - The back to top button now appears at the bottom of the page - Some components are now in a separate file - New opacity animation for server stats - Simplified content size with media queries > Parameters.js updated
1 parent 7e860ae commit ecbf2b1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config/parameters.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ const translation = {
8181
'section-2': 'All abilities',
8282
'section-3': 'Capacity Comparison',
8383
'section-3-bis': 'The comparison is made between the best player of the server and the selected player.'
84+
},
85+
'comparison': {
86+
'section-1': 'Skills comparison',
87+
'section-2': 'Comparison chart',
8488
}
8589
},
8690
'aside': {
@@ -100,6 +104,10 @@ const translation = {
100104
'sc-b-2': 'Abilities Level',
101105
'sc-b-3': 'Abilities',
102106
'sc-b-4': 'Comparison chart',
107+
},
108+
'comparison': {
109+
'sc-b-1': 'Skills comparison',
110+
'sc-b-2': 'Comparison chart',
103111
}
104112
},
105113
'search': {
@@ -608,6 +616,11 @@ const translation = {
608616
'section-3': 'Kapazitätsvergleich',
609617
'section-3-bis': 'Der Vergleich erfolgt zwischen dem besten Spieler des Servers und dem ausgewählten Spieler.'
610618
}
619+
,
620+
'comparison': {
621+
'section-1': 'Kompetenzvergleich',
622+
'section-2': 'Vergleichstabelle',
623+
}
611624
},
612625
'aside': {
613626
'header': {
@@ -626,6 +639,10 @@ const translation = {
626639
'sc-b-2': 'Fähigkeitsstufe',
627640
'sc-b-3': 'Fähigkeiten',
628641
'sc-b-4': 'Vergleichstabelle',
642+
},
643+
'comparison': {
644+
'sc-b-1': 'Kompetenzvergleich',
645+
'sc-b-2': 'Vergleichstabelle',
629646
}
630647
},
631648
'search': {

0 commit comments

Comments
 (0)