From ee141eb34a66da5dc31bc7dfa96c06dee63a54db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0Buczek?= Date: Wed, 16 Oct 2019 19:13:03 +0200 Subject: [PATCH] Ref #1698: Add missing English translations for Rewards UI. --- BraveRewardsUI/en.lproj/Localizable.strings | Bin 0 -> 4 bytes Client.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 BraveRewardsUI/en.lproj/Localizable.strings diff --git a/BraveRewardsUI/en.lproj/Localizable.strings b/BraveRewardsUI/en.lproj/Localizable.strings new file mode 100644 index 0000000000000000000000000000000000000000..ed60b89c47319bc2c37b5775c777dddd6a16d56b GIT binary patch literal 4 LcmezWkBb2S2Mz)V literal 0 HcmV?d00001 diff --git a/Client.xcodeproj/project.pbxproj b/Client.xcodeproj/project.pbxproj index 7f9231b95..b08d04204 100644 --- a/Client.xcodeproj/project.pbxproj +++ b/Client.xcodeproj/project.pbxproj @@ -1260,6 +1260,7 @@ 0A4BEFDD221F03C80005551A /* NetworkManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManagerTests.swift; sourceTree = ""; }; 0A529EBB23571F1800DDAFDD /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Storage.strings; sourceTree = ""; }; 0A53F3E621E6560A0086E80C /* InMemoryDataController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InMemoryDataController.swift; sourceTree = ""; }; + 0A5922F32357863000959DD1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; 0A6112AB230B00E7001BBC45 /* OnboardingNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingNavigationController.swift; sourceTree = ""; }; 0A6112BC230B4306001BBC45 /* OnboardingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = ""; }; 0A67500A23571F21006A6D00 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Storage.strings; sourceTree = ""; }; @@ -6327,6 +6328,7 @@ isa = PBXVariantGroup; children = ( 0A1CBCFC23571EFA004DA73F /* ja */, + 0A5922F32357863000959DD1 /* en */, ); name = Localizable.strings; sourceTree = "";