diff --git a/resources/lang/zh_cn/common.php b/resources/lang/zh_cn/common.php index 24c4a6f7..d47facf0 100644 --- a/resources/lang/zh_cn/common.php +++ b/resources/lang/zh_cn/common.php @@ -25,6 +25,7 @@ return [ 'confirm' => '确定', 'no' => '否', 'yes' => '是', + 'delete' => '删除', ]; diff --git a/themes/default/cart/cart.blade.php b/themes/default/cart/cart.blade.php index da236935..92756f3c 100644 --- a/themes/default/cart/cart.blade.php +++ b/themes/default/cart/cart.blade.php @@ -23,13 +23,13 @@
您可以去看看有哪些想买的
+{{ __('shop/cart.go_buy') }}