From 7f29756196ce8743c474bb035d234a72af5381aa Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 4 Jul 2014 12:10:00 +0200 Subject: Handle plurals in translations Use ngettext() to handle plurals properly. Also, split pagination captions into two strings. Signed-off-by: Lukas Fleischer --- web/template/pkg_search_results.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'web/template/pkg_search_results.php') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index e47fcb29..75131fc2 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -12,7 +12,10 @@ if (!$result): ?>
-

+

+ + +

1): ?>

$pagestart): ?> @@ -89,7 +92,10 @@ if (!$result): ?>

-

+

+ + +

1): ?>

$pagestart): ?> -- cgit v1.2.3-24-g4f1b