部分简单转繁体

This commit is contained in:
liyuhua
2023-08-09 11:55:27 +08:00
parent 471b84dc7f
commit 7a1ffa871a
73 changed files with 722 additions and 567 deletions

View File

@@ -426,7 +426,7 @@ UIKIT_EXTERN NSString * kUserCompleteInfoFinishKey;
- (UILabel *)codeDesLabel {
if (!_codeDesLabel) {
_codeDesLabel = [[UILabel alloc] init];
_codeDesLabel.text = @"(选填)";
_codeDesLabel.text = YMLocalizedString(@"LoginFullInfoViewController5");
_codeDesLabel.font = [UIFont systemFontOfSize:15];
_codeDesLabel.textColor = [DJDKMIMOMColor textThirdColor];
[_codeDesLabel setContentHuggingPriority:UILayoutPriorityRequired forAxis:UILayoutConstraintAxisHorizontal];