From cf91c62388e22c76fa75387982f7a9cdee43d8c9 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Fri, 12 May 2006 15:12:17 +0000 Subject: [PATCH] fix comments for Lithuanian plural forms --- languages/LanguageLt.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/LanguageLt.php b/languages/LanguageLt.php index 8fd266a6e3..de16f498bc 100644 --- a/languages/LanguageLt.php +++ b/languages/LanguageLt.php @@ -87,8 +87,8 @@ class LanguageLt extends LanguageUtf8 { /* Word forms (with examples): 1 - vienas (1) lapas - 2 - penkiolika (15) lapų - 3 - trys (3) lapai + 2 - trys (3) lapai + 3 - penkiolika (15) lapų */ function convertPlural( $count, $wordform1, $wordform2, $wordform3) { $count = str_replace (' ', '', $count); -- 2.20.1