google / google/GoogleSignIn-iOS
Missing Localization
未关闭
- 主要语言
- Objective-C
- 星标
- 750
- 派生
- 282
- 平均合并
- 2 天 15 小时
- 30 天内合并 PR
- 9
描述
### "The user canceled the sign-in flow." is not localized.
**Defined on line 108 in GIDSignIn.m**
```
static NSString *const kUserCanceledError = @"The user canceled the sign-in flow.";
```
**Set on line 504 in GIDSignIn.m**
```
errorString = kUserCanceledError;
```
**Added to the error dictionary falsely identifying the string as localized on line 772 in GIDSignIn.m**
```
NSDictionary *errorDict = @{ NSLocalizedDescriptionKey : errorString };
```

As a side note, "Unknown error" will also never be localized if set on line 770 in GIDSignIn.m.
贡献指南
评估
这个 Issue 还没有评估数据。