From 05f919777fe5c6f1cfd69cc89d0177a28f723c42 Mon Sep 17 00:00:00 2001 From: Thomas Hackner Date: Sat, 27 Jun 2026 12:33:05 +0200 Subject: [PATCH] config: Default language to English (en) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the default app language from zh-CN to en so that the i18n-seeded default group names ("Default Group"/"Share Group" instead of 默认组/共享组) and all backend i18n responses default to English. Note: existing databases already seeded under zh-CN keep their Chinese group names and must be renamed manually. Co-Authored-By: Claude Opus 4.8 --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index 34d8ef4..b9ba0a2 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -1,4 +1,4 @@ -lang: "zh-CN" +lang: "en" app: web-client: 1 # 1:enable 0:disable register: false #whether registration is enabled