From fce911956766aa3f8de4b185f93a90ce4506358d Mon Sep 17 00:00:00 2001 From: web Date: Tue, 12 Aug 2025 06:04:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(locales):=20Update=20'conf'?= =?UTF-8?q?=20output=20format=20to=20use=20uppercase=20'CONF'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/locales/en-US/subscribe.json | 2 +- apps/admin/locales/zh-CN/subscribe.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/locales/en-US/subscribe.json b/apps/admin/locales/en-US/subscribe.json index e9d7448..982b96f 100644 --- a/apps/admin/locales/en-US/subscribe.json +++ b/apps/admin/locales/en-US/subscribe.json @@ -75,7 +75,7 @@ "json": "JSON", "base64": "Base64", "plain": "Plain Text", - "conf": "Config File" + "conf": "CONF" }, "platforms": { "windows": "Windows", diff --git a/apps/admin/locales/zh-CN/subscribe.json b/apps/admin/locales/zh-CN/subscribe.json index fc3581e..8aaccba 100644 --- a/apps/admin/locales/zh-CN/subscribe.json +++ b/apps/admin/locales/zh-CN/subscribe.json @@ -75,7 +75,7 @@ "json": "JSON", "plain": "纯文本", "yaml": "YAML", - "conf": "配置文件" + "conf": "CONF" }, "platforms": { "android": "Android",