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.
This commit is contained in:
Anders Jonsson 2025-10-21 20:00:26 +02:00
parent 0f07df00d9
commit 9bf1152dd8

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"