From 551a1ce276f9c176580c58665448587bb1e7d3f9 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Thu, 14 Feb 2019 18:30:57 +0900 Subject: [PATCH] language added --- .../User Interface/View/ExchangeRatesViewController.swift | 2 +- .../Module/Home/User Interface/View/HomeViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GMERemittance/Module/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift b/GMERemittance/Module/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift index 2bd64bc6..f650d46f 100644 --- a/GMERemittance/Module/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift +++ b/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() diff --git a/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift b/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift index 2db18fed..02366dee 100644 --- a/GMERemittance/Module/Home/User Interface/View/HomeViewController.swift +++ b/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) }