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:
parent
0f07df00d9
commit
9bf1152dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue