From 237e1981bc7919967fa536d519a89fee76bcb5d7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 18 Apr 2023 14:57:43 +0800 Subject: [PATCH] Remove ES strings file Because this was incomplete it was displaying some generic strings in the UI. --- .../Sources/Views/Resources/es.lproj/Localizable.strings | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 apple/OmnivoreKit/Sources/Views/Resources/es.lproj/Localizable.strings diff --git a/apple/OmnivoreKit/Sources/Views/Resources/es.lproj/Localizable.strings b/apple/OmnivoreKit/Sources/Views/Resources/es.lproj/Localizable.strings deleted file mode 100644 index 8180cd519..000000000 --- a/apple/OmnivoreKit/Sources/Views/Resources/es.lproj/Localizable.strings +++ /dev/null @@ -1,9 +0,0 @@ -// Unit test Entry -- Do not remove this or add entries before this one. -// This allows us to check for syntax errors in this file with a unit test -"unitTestLeadingEntry" = "For testing purposes only."; - -"googleSignInButton" = "Continuar con Google"; - -// Unit test Entry -- Do not remove this or add entries after this one. -// This allows us to check for syntax errors in this file with a unit test -"unitTestTrailingEntry" = "For testing purposes only.";