From 296250b20f6cc2e204491b5211bc3409bbefccdb Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 15 Feb 2024 11:06:18 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07246=20Fix=20dict=20files=20:=20translat?= =?UTF-8?q?ed=20keys=20with=20tildes=20in=20/dictionaries/**?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orm-document/zh_cn.dictionary.itop.orm-document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/core/orm-value/orm-document/zh_cn.dictionary.itop.orm-document.php b/dictionaries/core/orm-value/orm-document/zh_cn.dictionary.itop.orm-document.php index 631a63a4a..20b679e96 100644 --- a/dictionaries/core/orm-value/orm-document/zh_cn.dictionary.itop.orm-document.php +++ b/dictionaries/core/orm-value/orm-document/zh_cn.dictionary.itop.orm-document.php @@ -22,5 +22,5 @@ */ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Core:ormValue:ormDocument:DownloadsCount' => '%1s~~', - 'Core:ormValue:ormDocument:DownloadsCount+' => '已下载%1$s次~~', + 'Core:ormValue:ormDocument:DownloadsCount+' => '已下载%1$s次', ]);