From 4b50847c47c9742aa8448fc11a382d4f322e3c20 Mon Sep 17 00:00:00 2001 From: Victor Jay Date: Fri, 29 May 2026 04:46:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=81=97=E7=95=99?= =?UTF-8?q?=E7=9A=84=20flarum-locale=20=E5=A3=B0=E6=98=8E=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=A9=E5=B1=95=E8=A2=AB=E5=BD=92=E7=B1=BB?= =?UTF-8?q?=E4=B8=BA=E8=AF=AD=E8=A8=80=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index c8f0601..11a8e7e 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,5 @@ "color": "#fff" } }, - "flarum-locale": { - "code": "en", - "title": "English" - } } }