国际化

This commit is contained in:
liyuhua
2024-04-09 15:37:57 +08:00
parent 0a31f45ff2
commit b4269b347d
45 changed files with 977 additions and 307 deletions

View File

@@ -509,6 +509,7 @@
_descriptionLabel.text = YMLocalizedString(@"XPMonentsPublishViewController10");
_descriptionLabel.font = [UIFont systemFontOfSize:11];
_descriptionLabel.textColor = [DJDKMIMOMColor secondTextColor];
_descriptionLabel.textAlignment = NSTextAlignmentCenter;
_descriptionLabel.numberOfLines = 0;
}
return _descriptionLabel;