google / google/GoogleSignIn-iOS
Missing Localization
オープン
- 主要言語
- Objective-C
- スター
- 750
- フォーク
- 282
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。