Commit 4ffbb9fc by ludi

增加本地多语言

parent 37d19c05
......@@ -132,7 +132,7 @@
tipsLabel.font = [UIFont systemFontOfSize:14];
tipsLabel.textColor = [UIColor colorWithRed:215/255.f green:212/255.f blue:212/255.f alpha:1];
tipsLabel.numberOfLines = 0;
tipsLabel.text = [NSString fus_localString:@"1.請提供高清品質的圖片作為頭像和封面。\n2.請確認您的頭像和封面不涉及違反您所在國法律的內容。\n3.請確認您的頭像和封面沒有涉及暴力和過度暴露、色情的圖片。\n4.請確認您的頭像和封面尊重您社交群體的文化。"];
tipsLabel.text = [NSString fus_localString:@"1.请提供高清品质的图片作为头像和封面。\n2.请确认您的头像和封面不涉及违反您所在国法律的内容。\n3.请确认您的头像和封面没有涉及暴力和过度暴露、色情的图片。\n4.请确认您的头像和封面尊重您社交群体的文化。"];
[tipsContentView addSubview:tipsLabel];
[tipsLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.top.bottom.inset(15);
......
......@@ -67,6 +67,7 @@
self.inputTextView.placeHolderWithContainerTop = YES;
self.inputTextView.placeholder = [NSString fus_localString:@"有爱评论~"];
self.inputTextView.backgroundColor = [UIColor fus_textInputBackgroundGrayColor];
self.inputTextView.textColor = [UIColor fus_textColorRich];
self.inputTextView.layer.cornerRadius = 4;
[_sendBtn setTitle:[NSString fus_localString:@"发送"] forState:UIControlStateNormal];
}
......
......@@ -84,7 +84,7 @@ typedef void(^ClickBlock)(int type, NSString *dateStr);
// toolbar工具条
UIView *toolBar = [[UIView alloc]initWithFrame:CGRectMake(0, 0, UIView.fus_screenW, TOOLBAR_HEIGHT)];
toolBar.backgroundColor = [UIColor colorWithHex:@"#191923"];
toolBar.backgroundColor = [UIColor fus_appBGColor];
[_bgView addSubview:toolBar];
//取消按钮
......@@ -158,8 +158,8 @@ typedef void(^ClickBlock)(int type, NSString *dateStr);
[mDataPicker performSelector:@selector(setHighlightsToday:) withObject:NO];
}
mDataPicker.frame = CGRectMake(0, CGRectGetMaxY(toolBar.frame), UIView.fus_screenW, PICKER_HEIGHT);
[mDataPicker setBackgroundColor:[UIColor colorWithHex:@"#191923"]];
[mDataPicker setValue:[UIColor whiteColor] forKey:@"textColor"];
[mDataPicker setBackgroundColor:[UIColor fus_appBGColor]];
[mDataPicker setValue:[UIColor fus_textColorRich] forKey:@"textColor"];
}
/**
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment