From 33f4522bff3099046819e2eecfacc761c253c8f9 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Fri, 24 Jul 2026 15:26:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=20i18n=20=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/locales/langs/en-US/demos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/src/locales/langs/en-US/demos.json b/playground/src/locales/langs/en-US/demos.json index 96184255..89b4198d 100644 --- a/playground/src/locales/langs/en-US/demos.json +++ b/playground/src/locales/langs/en-US/demos.json @@ -51,7 +51,8 @@ "clipboard": "Clipboard", "menuWithQuery": "Menu With Query", "openInNewWindow": "Open in New Window", - "fileDownload": "File Download" + "fileDownload": "File Download", + "requestParamsSerializer": "Request Params Serializer" }, "preferencesExtensionDemo": { "description": "This page directly uses extension preferences defined in the playground app. You can modify them in “Preferences → Playground Extension” at the top right, or click the preset buttons below to see the page update in real time.",