Skip to content
/ web Public
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
"assists": "Assists",
"deaths": "Deaths",
"kd": "KD",
"headshots": "Headshots",
"headshot_percentage": "Headshot Percentage",
"recent_wins_and_losses": "Recent Wins and Losses",
"elo_history": "ELO History",
"no_elo_history": "Play A Match to genreate ELO",
Expand All @@ -344,10 +346,12 @@
"matches": "Matches",
"tournaments": "Tournaments",
"no_tournaments": "No tournaments found for this player.",
"weapon_kills": "Most Used Weapons",
"no_weapon_kills": "No weapons recorded",
"match_record": "Match Record",
"wins": "Wins",
"losses": "Losses",
"wl": "W/L"
"win_rate": "Win Rate"
}
},
"play": {
Expand Down Expand Up @@ -1461,7 +1465,8 @@
"message_placeholder": "Type a message..."
},
"charts": {
"usage": "Usage"
"usage": "Usage",
"weapon_kills": "Weapon Kills"
},
"server": {

Expand Down