From d0b15ab36b9c80080c9667eeb0085802dc20746d Mon Sep 17 00:00:00 2001 From: WuMingDao <146366930+WuMingDao@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:03:35 +0800 Subject: [PATCH] docs: add translate in versioning-policy.md [add translate page link](https://zh-hans.react.dev/community/versioning-policy) --- src/content/community/versioning-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/community/versioning-policy.md b/src/content/community/versioning-policy.md index 1b15fc7270..b6df847e7e 100644 --- a/src/content/community/versioning-policy.md +++ b/src/content/community/versioning-policy.md @@ -8,7 +8,7 @@ title: 版本策略 -This versioning policy describes our approach to version numbers for packages such as `react` and `react-dom`. For a list of previous releases, see the [Versions](/versions) page. +本版本策略描述了我们对诸如 `react` 和 `react-dom` 等包的版本号处理方式。要查看以往的版本列表,参阅 [Versions](/versions) 页面。 ## 稳定版本 {/*stable-releases*/}