From bb6bc8fe2c9410d2c8c56ada9e2dff800c715189 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 29 Mar 2023 21:29:51 +0200 Subject: i18n fix percent_of_total (#5232) Fix double `%%` (escaping not needed anymore for strings not using an sprintf construction since https://github.com/FreshRSS/FreshRSS/pull/5022) --- app/i18n/tr/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/tr/admin.php') diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 60f89b897..376ce5d47 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -147,7 +147,7 @@ return array( 'main_stream' => 'Ana akış', 'no_idle' => 'Boşta akış yok!', 'number_entries' => '%d makale', - 'percent_of_total' => '%% toplamın yüzdesi', + 'percent_of_total' => '% toplamın yüzdesi', 'repartition' => 'Makale dağılımı', 'status_favorites' => 'Favoriler', 'status_read' => 'Okunmuş', -- cgit v1.2.3