Update localization

This commit is contained in:
Ali
2021-04-09 19:06:28 +04:00
parent 6e5e365d40
commit dedf348e37
7 changed files with 4377 additions and 4366 deletions

View File

@@ -208,8 +208,7 @@ private func botReceiptControllerEntries(presentationData: PresentationData, inv
}
if let tipAmount = tipAmount, tipAmount != 0 {
//TODO:localize
entries.append(.price(index, presentationData.theme, "Tip", formatCurrencyAmount(tipAmount, currency: formInvoice.currency), index == 0, false))
entries.append(.price(index, presentationData.theme, presentationData.strings.Checkout_TipItem, formatCurrencyAmount(tipAmount, currency: formInvoice.currency), index == 0, false))
totalPrice += tipAmount
index += 1
}