/* Table of known plural form expressions.
- Copyright (C) 2001-2006, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001-2006, 2009-2010, 2022 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2002.
This program is free software: you can redistribute it and/or modify
{ "eo", "Esperanto", "nplurals=2; plural=(n != 1);" },
{ "hu", "Hungarian", "nplurals=2; plural=(n != 1);" },
{ "tr", "Turkish", "nplurals=2; plural=(n != 1);" },
+ { "ca", "Catalan", "nplurals=2; plural=(n != 1);" },
{ "pt_BR", "Brazilian", "nplurals=2; plural=(n > 1);" },
{ "fr", "French", "nplurals=2; plural=(n > 1);" },
{ "lv", "Latvian", "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" },