From e63e4319b9602dbad9ce0ade794ed56044e4dcce Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 18 Apr 2018 15:44:51 +0200 Subject: [PATCH] fix plural forms in Lithuanian translation (#1568999) --- po/lt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/lt.po b/po/lt.po index 13bbb7c..90c0579 100644 --- a/po/lt.po +++ b/po/lt.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 or n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n" "X-Generator: Zanata 3.8.2\n" #: ../dialogboxes.c:49 -- 2.47.3