mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Wallet improvements
This commit is contained in:
@@ -20,6 +20,7 @@ public func normalizeArabicNumeralString(_ string: String, type: ArabicNumeralSt
|
||||
("7", "٧", "۷"),
|
||||
("8", "٨", "۸"),
|
||||
("9", "٩", "۹"),
|
||||
(",", "٫", "٫")
|
||||
]
|
||||
for (western, arabic, persian) in numerals {
|
||||
switch type {
|
||||
|
||||
Reference in New Issue
Block a user