fix analysis
This commit is contained in:
@@ -331,7 +331,8 @@ class StreamChatLocalizationsJa extends GlobalStreamChatLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get youText => 'あなた';
|
String get youText => 'あなた';
|
||||||
// This is the word for 'customer' or 'user' because saying 'you' directly is too informal and rude
|
// This is the word for 'customer' or 'user' because saying 'you' directly
|
||||||
|
//is too informal and rude
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String galleryPaginationText({
|
String galleryPaginationText({
|
||||||
|
|||||||
@@ -85,9 +85,7 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
|
|||||||
String get emptyChatMessagesText => '아직 채팅이 없습니다...';
|
String get emptyChatMessagesText => '아직 채팅이 없습니다...';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String threadSeparatorText(int replyCount) {
|
String threadSeparatorText(int replyCount) => '$replyCount개의 답장';
|
||||||
return '$replyCount개의 답장';
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get connectedLabel => '연결중';
|
String get connectedLabel => '연결중';
|
||||||
@@ -283,14 +281,10 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
|
|||||||
String get tryAgainLabel => '다시 시도합니다';
|
String get tryAgainLabel => '다시 시도합니다';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String membersCountText(int count) {
|
String membersCountText(int count) => '$count명';
|
||||||
return '$count명';
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String watchersCountText(int count) {
|
String watchersCountText(int count) => '$count명이 온라인';
|
||||||
return '$count명이 온라인';
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get viewInfoLabel => '정보를 보기';
|
String get viewInfoLabel => '정보를 보기';
|
||||||
@@ -336,7 +330,8 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get youText => '당신';
|
String get youText => '당신';
|
||||||
// This is the word for 'customer' or 'user' because saying 'you' directly is too informal and rude
|
// This is the word for 'customer' or 'user' because saying 'you' directly
|
||||||
|
// is too informal and rude
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String galleryPaginationText(
|
String galleryPaginationText(
|
||||||
|
|||||||
Reference in New Issue
Block a user