Browse Source

suppert text localized

pull/1/head
gme_2 6 years ago
parent
commit
dad1bb51b1
  1. 2
      GMERemittance/Module/Home/User Interface/View/HomeViewController.swift
  2. 2
      en.lproj/Localizable.strings
  3. 2
      th.lproj/Localizable.strings

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

@ -256,7 +256,7 @@ class HomeViewController: UIViewController, UICollectionViewDelegateFlowLayout {
}
@objc func showSupport() {
let alert = UIAlertController(title:nil, message:"We are there to help you \n (Available time 10:00AM - 12:00AM)", preferredStyle: .actionSheet)
let alert = UIAlertController(title:nil, message:"help_you_text".localized(), preferredStyle: .actionSheet)
// alert.view.subviews.last?.subviews.last?.backgroundColor = UIColor.darkGray
let liveChat = UIAlertAction(title: "Live Chat", style: .default) {

2
en.lproj/Localizable.strings

@ -45,7 +45,7 @@
"home_text" = "Home";
"branch_text" = "Branch";
"profile_text" = "Profile";
"help_you_text" = "We are there to help you (Available time 10:00AM - 12:00AM)";
"help_you_text" = "We are there to help you \n (Available time 10:00AM - 12:00AM)";
"cancel_text" = "Cancel";
"reward_point_text" = "Reward Point";
"available_balance_text" = "Your Available Balance";

2
th.lproj/Localizable.strings

@ -44,7 +44,7 @@
"home_text" = "หน้าหลัก";
"branch_text" = "สาขา";
"profile_text" = "รายละเอียดผู้ใช้งาน";
"help_you_text" = "ติดต่อเจ้าหน้าที่ (เวลา 10 = 00น. - 24 = 00น.)";
"help_you_text" = "ติดต่อเจ้าหน้าที่ \n (เวลา 10 = 00น. - 24 = 00น.)";
"cancel_text" = "ยกเลิก";
"reward_point_text" = "dummy";
"available_balance_text" = "วงเงินของท่าน";

Loading…
Cancel
Save