2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Use only lt_count in langpacks.

This commit is contained in:
John Preston
2019-05-20 14:06:34 +02:00
parent 63a6893fda
commit 9a4fdb1530
15 changed files with 68 additions and 94 deletions

View File

@@ -790,7 +790,7 @@ ConfirmInviteBox::ConfirmInviteBox(
const auto status = [&] {
if (_participants.empty() || _participants.size() >= count) {
if (count > 0) {
return lng_chat_status_members_demical(lt_count_decimal, count);
return lng_chat_status_members(lt_count_decimal, count);
} else {
return lang(_isChannel
? lng_channel_status