N°7246 Fix dict files : translated keys with tildes in /dictionaries/**

This commit is contained in:
Pierre Goiffon
2024-02-15 11:06:18 +01:00
parent 38601bf0cf
commit 296250b20f

View File

@@ -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次',
]);