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.

(cherry picked from commit 9bf1152dd8)
This commit is contained in:
Anders Jonsson 2025-10-21 20:00:26 +02:00 committed by Bruno Lopes
parent 02eba365d4
commit 0a8becd612
No known key found for this signature in database

View file

@ -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"