From 9c014a536b9db549e7107bfe3d84012b7b39db16 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 12 Oct 2025 00:51:39 +0300 Subject: [PATCH] Paginator->counter's first param is string (ja) --- fr/views/helpers/paginator.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fr/views/helpers/paginator.rst b/fr/views/helpers/paginator.rst index 206204a2d8..24214ec931 100644 --- a/fr/views/helpers/paginator.rst +++ b/fr/views/helpers/paginator.rst @@ -552,10 +552,10 @@ l'addition de pages de navigation, aussi fournies par le Helper de Pagination:: Le texte de sortie de la méthode counter() peut également être personnalisé en utilisant des marqueurs spéciaux:: - Paginator->counter([ - 'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of - {{count}} total, starting on record {{start}}, ending on {{end}}' - ]) ?> + Paginator->counter( + 'Page {{page}} of {{pages}}, showing {{current}} records out of + {{count}} total, starting on record {{start}}, ending on {{end}}' + ) ?> .. _paginator-helper-multiple: