Merge branch 'dev' into enhancement/los-obstruction-pinning-411

This commit is contained in:
zjs81
2026-04-27 13:13:19 -07:00
committed by GitHub
48 changed files with 1103 additions and 146 deletions
+9
View File
@@ -1483,6 +1483,12 @@ class AppLocalizationsKo extends AppLocalizations {
return '읽지 않음: $count';
}
@override
String get chat_markAsUnread => 'Mark as Unread';
@override
String get chat_newMessages => 'New messages';
@override
String get chat_openLink => '링크를 열기?';
@@ -1644,6 +1650,9 @@ class AppLocalizationsKo extends AppLocalizations {
@override
String get map_sharedPin => '공유 비밀번호';
@override
String get map_sharedAt => '공유됨';
@override
String get map_joinRoom => '방에 참여';