From 9bf1152dd8b82abc05eaf0a6019776a7ff6cec3f Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Tue, 21 Oct 2025 20:00:26 +0200 Subject: [PATCH] po-python: fix segmentation fault in Dzongkha language Fixes https://gitlab.gnome.org/Teams/Translation/dz/-/issues/3 The plural form for po-python/dz.po causes a segfault when trying to run the Python console, so change it to the plural form used in the other Dzongkha files in GIMP. --- po-python/dz.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po-python/dz.po b/po-python/dz.po index d24e60e1f9..427a9cd51b 100644 --- a/po-python/dz.po +++ b/po-python/dz.po @@ -15,7 +15,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: 2;(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: Dzongkha\n" "X-Poedit-Country: Bhutan\n" "X-Poedit-SourceCharset: CHARSET\n"