mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update localization
This commit is contained in:
@@ -646,7 +646,9 @@ static NSString * _Nonnull getPluralizedIndirect(_PresentationStrings * _Nonnull
|
||||
|
||||
if entry.is_pluralized:
|
||||
argument_format_type = ''
|
||||
if entry.positional_arguments[0].kind == 'd':
|
||||
if len(entry.positional_arguments) == 0:
|
||||
argument_format_type = '1'
|
||||
elif entry.positional_arguments[0].kind == 'd':
|
||||
argument_format_type = '0'
|
||||
elif entry.positional_arguments[0].kind == '@':
|
||||
argument_format_type = '1'
|
||||
|
||||
Reference in New Issue
Block a user