We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45a837 commit 546e46aCopy full SHA for 546e46a
1 file changed
GoogleSignIn/Sources/GIDSignInStrings.m
@@ -31,6 +31,9 @@ @implementation GIDSignInStrings
31
32
+ (nullable NSString *)localizedStringForKey:(NSString *)key text:(NSString *)text {
33
NSBundle *frameworkBundle = [NSBundle gid_frameworkBundle];
34
+ if (frameworkBundle == nil) {
35
+ return text;
36
+ }
37
return [frameworkBundle localizedStringForKey:key value:text table:kStringsTableName];
38
}
39
0 commit comments