From 13deb90c3718a87bbda10391a0da1aee16fa57a8 Mon Sep 17 00:00:00 2001 From: houahui Date: Mon, 2 Mar 2026 10:18:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-localize?= =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houahui --- en/react-native-localize.md | 2 +- zh-cn/react-native-localize.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-localize.md b/en/react-native-localize.md index 840b32ae..d5a22361 100644 --- a/en/react-native-localize.md +++ b/en/react-native-localize.md @@ -189,7 +189,7 @@ Method 2: Directly link to the source code. > [!TIP] For details, see [Directly Linking Source Code](/en/link-source-code.md). -### 3. Configuring CMakeLists and Introducing RNLocalizePackage (Only for 0.77) +### 3. Configuring CMakeLists and Introducing RNLocalizePackage ```diff ... diff --git a/zh-cn/react-native-localize.md b/zh-cn/react-native-localize.md index 02de1074..1902da1c 100644 --- a/zh-cn/react-native-localize.md +++ b/zh-cn/react-native-localize.md @@ -190,7 +190,7 @@ ohpm install > [!TIP] 如需使用直接链接源码,请参考[直接链接源码说明](/zh-cn/link-source-code.md) -### 3. 配置 CMakeLists 和引入 RNLocalizePackage(仅0.77 需要) +### 3. 配置 CMakeLists 和引入 RNLocalizePackage ```diff ... -- Gitee