From 68a5d90c38131fef6f2891fa377a0b39d4321a10 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 19 Mar 2024 15:00:12 +0900 Subject: [PATCH] Add language translations for "Log" --- src/lang/en.ts | 1 + src/lib/Others/AlertComp.svelte | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 68de0f3d..92722f12 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -546,4 +546,5 @@ export const languageEnglish = { inputTokens: "Input Tokens", outputTokens: "Output Tokens", tokenWarning: "Token caculation can be inaccurate. it is recommended to use it as a reference.", + log: "Log", } \ No newline at end of file diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index c00f37e6..1c278c21 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -174,10 +174,10 @@ {:else if $alertStore.type === 'requestdata'}