diff options
author | Guillem Jover <guillem@debian.org> | 2014-07-04 08:09:16 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-08 13:12:47 +0200 |
commit | 79366a05c010bfe776c0fb5dd549544ccebefb2d (patch) | |
tree | 85cc43e5965821488401aac3c9d76eeff8c3dba0 /po/bs.po | |
parent | 5d53df53c13af1eb00e92f695b23e06150a05654 (diff) |
po: Fix Plural-Forms fields
Diffstat (limited to 'po/bs.po')
-rw-r--r-- | po/bs.po | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: cmdline/apt-cache.cc:149 #, c-format |