added japanese and korean localizations

This commit is contained in:
Deven Joshi
2021-08-20 16:20:56 +05:30
parent 1f874b1252
commit fea90d4afd
2 changed files with 6 additions and 0 deletions
@@ -346,4 +346,7 @@ class StreamChatLocalizationsJa extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => 'メッセージに返信';
@override
String get slowModeOnLabel => 'スローモードオン';
}
@@ -344,4 +344,7 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => '메시지에 회신합니다.';
@override
String get slowModeOnLabel => '느린 모드 켜짐';
}