From 4bbd29088675414f30e34686244730ca6e56a358 Mon Sep 17 00:00:00 2001 From: Mac Date: Tue, 22 Feb 2022 08:50:02 +0545 Subject: [PATCH] Japanese Language Bug Fixing --- .../View/GmeContactsViewController.swift | 2 + .../Home/User Interface/View/Home.storyboard | 36 +++++------ .../Wireframe/MainWireframe.swift | 1 + GME Remit/Modules/Profile/Profile.storyboard | 60 +++++++++---------- .../Profile/ProfileViewController.swift | 3 + .../User Interface/View/Recipients.storyboard | 14 ++--- .../View/RecipientsViewController.swift | 7 ++- .../View/InboundReceipt.storyboard | 12 ++-- .../CDDIViewControllerViewController.swift | 5 ++ .../View/SendMoneyReceipt.storyboard | 2 +- .../bn.lproj/Localizable.strings | 1 + .../en.lproj/Localizable.strings | 3 +- .../ja.lproj/Localizable.strings | 3 +- .../ne.lproj/Localizable.strings | 1 + .../vi-VN.lproj/Localizable.strings | 1 + 15 files changed, 86 insertions(+), 65 deletions(-) diff --git a/GME Remit/Modules/GmeContacts/User Interface/View/GmeContactsViewController.swift b/GME Remit/Modules/GmeContacts/User Interface/View/GmeContactsViewController.swift index a6ae7926..b955b7ab 100644 --- a/GME Remit/Modules/GmeContacts/User Interface/View/GmeContactsViewController.swift +++ b/GME Remit/Modules/GmeContacts/User Interface/View/GmeContactsViewController.swift @@ -52,6 +52,8 @@ class GmeContactsViewController: UIViewController { if self.presentingViewController == nil { self.navigationItem.leftBarButtonItem = nil } + let image = UIImage.init(named: "branch") + self.tabBarItem = UITabBarItem(title: "branch_text".localized(), image: image, selectedImage: UIImage(named: "branch_selected")) } // MARK: IBActions diff --git a/GME Remit/Modules/Home/User Interface/View/Home.storyboard b/GME Remit/Modules/Home/User Interface/View/Home.storyboard index 1a872265..55fa4695 100644 --- a/GME Remit/Modules/Home/User Interface/View/Home.storyboard +++ b/GME Remit/Modules/Home/User Interface/View/Home.storyboard @@ -1,9 +1,9 @@ - + - + @@ -41,7 +41,7 @@