Browse Source

language added

pull/1/head
gme_2 6 years ago
parent
commit
551a1ce276
  1. 2
      GMERemittance/Module/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift
  2. 2
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

2
GMERemittance/Module/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift

@ -202,7 +202,7 @@ class ExchangeRatesViewController: UIViewController {
self.transferFeeInfoLabel.text = "\(transferFee) \(currency) (" + "transfer_fee_included_text".localized()
let exchangeRate = exchageRateDetail?.exchangeRate ?? ""
self.exchangeRateInfoLabel.text = "\(exchangeRate) " + "(" + "current_exchange_rate_text".localized()
self.exchangeRateInfoLabel.text = "\(exchangeRate) " + "(" + "current_exchange_rate_text".localized() + ")"
self.hideProgressHud()
}) { (error) in
self.hideProgressHud()

2
GMERemittance/Module/Home/User Interface/View/HomeViewController.swift

@ -287,7 +287,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
// alert.view.subviews.last?.subviews.last?.layer.cornerRadius = 10
alert.addAction(UIAlertAction(title: "Cancel", style: UIAlertActionStyle.cancel, handler: nil))
alert.addAction(UIAlertAction(title: "cancel_text".localized(), style: UIAlertActionStyle.cancel, handler: nil))
present(alert, animated: true, completion: nil)
}

Loading…
Cancel
Save