Selaa lähdekoodia

部分多语言完善

桂欢 1 vuosi sitten
vanhempi
commit
b5814e153a

+ 2 - 2
SLAiELTS/SLAiELTS/Vendor/Resources/en.lproj/Localizable.strings

@@ -164,8 +164,8 @@
 "设置出生日期" = "Set Birth Date";
 "zh_CN" = "en_US";
 "朋友圈背景" = "Moments Background";
-//"男性" = "male";
-//"男性" = "male";
+"发起群聊" = "Group Chat ";
+"扫一扫  " = "Scan           ";
 //"男性" = "male";
 //"男性" = "male";
 //"男性" = "male";

+ 2 - 2
SLAiELTS/SLAiELTS/ViewControllers/Home/Views/SLCustNavView.m

@@ -64,9 +64,9 @@ static const NSInteger ymNavQuitBtnTag = 333333;
                     [wkBView removeFromSuperview];
                 }];
                 [vc.view addSubview:bView];
-                NSArray *arr = @[[SLMikeSegmentModel initWithSegTitle:@"发起群聊" segImage:@"icon_home_chats"],
+                NSArray *arr = @[[SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"发起群聊", nil) segImage:@"icon_home_chats"],
                                  [SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"添加朋友", nil) segImage:@"icon_home_add_f"],
-                                 [SLMikeSegmentModel initWithSegTitle:@"扫一扫  " segImage:@"icon_scan"]];
+                                 [SLMikeSegmentModel initWithSegTitle:NSLocalizedString(@"扫一扫  ", nil) segImage:@"icon_scan"]];
                 
                 CGFloat height = arr.count * 50;
                 SLMikeSegment *mikeSegment = [[SLMikeSegment alloc] initWithFrame:CGRectMake(kSCREEN_WIDTH - 132, kNavBarHeight + 6, 120, height) titleArray:arr isHor:YES];