Merge pull request #428 from sethoscope/remove-channel-subtitles

Remove channel subtitles from UI
This commit is contained in:
zjs81
2026-05-08 13:38:33 -07:00
committed by GitHub
39 changed files with 7 additions and 254 deletions
-9
View File
@@ -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 => '채널 편집';