From 24a460e64a5ca3e9ee36a717b03069bcf43fce27 Mon Sep 17 00:00:00 2001 From: wj-xiao Date: Fri, 21 Nov 2025 12:07:39 +0800 Subject: [PATCH] fix en.ts --- web/src/i18n/locales/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/locales/en.ts b/web/src/i18n/locales/en.ts index f109274..e9fa4c6 100644 --- a/web/src/i18n/locales/en.ts +++ b/web/src/i18n/locales/en.ts @@ -83,7 +83,7 @@ const en = { 'Clipboard permission denied. Please allow clipboard access in your browser.', clipboardReadError: 'Failed to read clipboard', clipboardTooLong: 'Clipboard content exceeds 1024 characters', - nonAsciiError: 'Only ASCII characters are supported' + nonAsciiError: 'Only ASCII characters are supported', dropdownEnglish: 'English', dropdownGerman: 'German' },