From 5ab4e8d6c80bf5b1e6c90ced397ccd9b3b7a1268 Mon Sep 17 00:00:00 2001 From: AllenWriter Date: Tue, 13 May 2025 11:02:33 +0800 Subject: [PATCH] Docs: optimize translation expression --- .../how-to-print-strings-to-logs-for-debugging.mdx | 2 +- .../how-to-print-strings-to-logs-for-debugging.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 2923d990..6244c63d 100644 --- a/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -1,5 +1,5 @@ --- -title: Outputting Logs for Development and Debugging +title: Outputting Logs for Plugins Development and Debugging --- As a plugin developer, you may want to print arbitrary strings to logs during plugin processing for development or debugging purposes. diff --git a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx index 3e1c562a..d0a2e38e 100644 --- a/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx +++ b/zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx @@ -1,5 +1,5 @@ --- -title: 为开发和调试输出日志 +title: 输出开发和调试插件过程中的日志 --- 作为插件开发者,你可能希望在插件处理过程中,为了开发或调试目的,将任意字符串输出到日志中。