Timothy J. Baek 1 年之前
父節點
當前提交
291c7595c4
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 1 1
      src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
  2. 4 0
      src/lib/i18n/locales/languages.json

+ 1 - 1
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte

@@ -86,7 +86,7 @@
 												'border-b'} dark:bg-gray-900 dark:border-gray-850 text-xs"
 										>
 											<td class="px-3 py-1 w-2/3">
-												<a href="/c/{chat.id}">
+												<a href="/c/{chat.id}" target="_blank">
 													<div class=" underline line-clamp-1">
 														{chat.title}
 													</div>

+ 4 - 0
src/lib/i18n/locales/languages.json

@@ -43,6 +43,10 @@
 		"code": "ja-JP",
 		"title": "Japanese"
 	},
+	{
+		"code": "ka-GE",
+		"title": "Georgian"
+	},
 	{
 		"code": "ko-KR",
 		"title": "Korean"