Skip to content

Commit

Permalink
Incorrect key for lost_win_streak
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Kozarin committed Jul 12, 2024
1 parent d38bb7e commit 1cb8cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands:
loser: "<b>%{name}</b>'s position in the top is <b>%{pos}</b>."
stats:
text: "Win rate of the <b>winner</b> — <b>%{winner_win_rate}</b>.\nHis current win streak — <b>%{winner_win_streak}</b>, max win streak — <b>%{winner_win_streak_max}</b>.\nWin rate of the <b>loser</b> — <b>%{loser_win_rate}</b>."
lost_win_streak: "The streak of <b>%{lost_win_rate}</b> victories in a row was lost."
lost_win_streak: "The streak of <b>%{lost_win_streak}</b> victories in a row was lost."
withheld: "<b>%{payout} cm</b> were withheld from the winner to pay off the loan."
button: "Attack!"
errors:
Expand Down
2 changes: 1 addition & 1 deletion locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands:
loser: "<b>%{name}</b> занимает <b>%{pos}</b> место в топе."
stats:
text: "Процент выигрышей <b>победителя</b> — <b>%{winner_win_rate}</b>.\nЕго текущая серия побед — <b>%{winner_win_streak}</b>, максимальная — <b>%{winner_win_streak_max}</b>.\nПроцент выигрышей <b>проигравшего</b> — <b>%{loser_win_rate}</b>."
lost_win_streak: "Прервалась серия из <b>%{lost_win_rate}</b> побед подряд."
lost_win_streak: "Прервалась серия из <b>%{lost_win_streak}</b> побед подряд."
withheld: "<b>%{payout} см</b> было удержано с победителя для погашения задолженности."
button: "Атаковать!"
errors:
Expand Down

0 comments on commit 1cb8cc3

Please sign in to comment.