mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Added generation of string with decimal separated numbers.
- Added new plural tag "kPluralDecimalSeparationTag". - Added Lang::PluralType for default, shorted and decimal separated numbers. - Replaced members and votes count with decimal separated type.
This commit is contained in:
@@ -790,7 +790,7 @@ ConfirmInviteBox::ConfirmInviteBox(
|
||||
const auto status = [&] {
|
||||
if (_participants.empty() || _participants.size() >= count) {
|
||||
if (count > 0) {
|
||||
return lng_chat_status_members(lt_count, count);
|
||||
return lng_chat_status_members_demical(lt_count_decimal, count);
|
||||
} else {
|
||||
return lang(_isChannel
|
||||
? lng_channel_status
|
||||
|
Reference in New Issue
Block a user