fix: broken chinese language file (#192)

This commit is contained in:
Miguel Ribeiro 2024-03-06 07:58:01 +01:00 committed by GitHub
parent 87ea4668ff
commit 94c1a91387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ $i18n = [
"experimental_info" => "实验性设置,可能存在问题。",
"payment_methods" => "支付方式",
"payment_methods_info" => "点击支付方式以禁用/启用。",
"rename_payment_methods_info" => "点击付款方式名称,重新命名该付款方式。"
"rename_payment_methods_info" => "点击付款方式名称,重新命名该付款方式。",
"cant_delete_payment_method_in_use" => "不能禁用正在使用的支付方式",
"add_custom_payment" => "添加自定义支付方式",
"payment_method_name" => "支付方式名称",

View File

@ -1,3 +1,3 @@
<?php
$version = "v1.12.0";
$version = "v1.12.1";
?>