From bf902af47a14f8dc7d125778ecb62567fc15f4bb Mon Sep 17 00:00:00 2001 From: Changaco Date: Tue, 26 Sep 2023 16:44:42 +0200 Subject: [PATCH] reorder the plural formula for Latvian The old one was confusing Weblate and resulting in incorrect machine translations. --- i18n/core/lv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/core/lv.po b/i18n/core/lv.po index 17db9791a..8ac260be3 100644 --- a/i18n/core/lv.po +++ b/i18n/core/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Language-Team: Latvian " "\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n == 0 ? 0 : n%10==1 && n%100!=11 ? 1 : 2;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"