From 605e2e08492635c95db2e813a3e03327bec7b629 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Tue, 14 Jul 2020 11:49:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E6=8F=92=E4=BB=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E6=AF=8F=E4=B8=80=E9=A1=B9=E6=8F=92=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=96=87=E5=AD=97=E9=93=BE=E6=8E=A5=E5=A4=84=E7=9A=84=E2=80=9C?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E2=80=9D=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E7=BF=BB=E8=AF=91=E6=A0=A1=E5=87=86?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/loco-translate/src/hooks/AdminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/loco-translate/src/hooks/AdminHooks.php b/vendor/loco-translate/src/hooks/AdminHooks.php index 09dfedc..d885b30 100644 --- a/vendor/loco-translate/src/hooks/AdminHooks.php +++ b/vendor/loco-translate/src/hooks/AdminHooks.php @@ -100,7 +100,7 @@ class Loco_hooks_AdminHooks extends Loco_hooks_Hookable { } // ok to add "translate" link into meta row $href = Loco_mvc_AdminRouter::generate('plugin-view', array( 'bundle' => $plugin) ); - $links[] = ''.esc_html__('Translate','loco-translate').''; + $links[] = '翻译校准'; } } catch( Exception $e ){