mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-02 08:35:55 +10:00
Merge pull request #428 from sethoscope/remove-channel-subtitles
Remove channel subtitles from UI
This commit is contained in:
@@ -1038,9 +1038,6 @@ class AppLocalizationsKo extends AppLocalizations {
|
||||
return '채널 $index';
|
||||
}
|
||||
|
||||
@override
|
||||
String get channels_hashtagChannel => '해시태그 채널';
|
||||
|
||||
@override
|
||||
String get channels_public => '대중의';
|
||||
|
||||
@@ -1052,12 +1049,6 @@ class AppLocalizationsKo extends AppLocalizations {
|
||||
@override
|
||||
String get channels_private => '사립';
|
||||
|
||||
@override
|
||||
String get channels_publicChannel => '공개 채널';
|
||||
|
||||
@override
|
||||
String get channels_privateChannel => '개인 채널';
|
||||
|
||||
@override
|
||||
String get channels_editChannel => '채널 편집';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user