Timothy J. Baek 1 year ago
parent
commit
291c7595c4

+ 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"