]> git.pld-linux.org Git - packages/kbd.git/commitdiff
- missing nl
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Dec 2008 21:47:43 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kbd-ngettext.patch -> 1.2

kbd-ngettext.patch

index 403c20b442ce7db0ec46f8eae9a001147f53ec2d..b3738d6725b3cb5a2cef13260a9486297553ab42 100644 (file)
@@ -8,7 +8,7 @@
 -                     keyct, (keyct == 1) ? _("key") : _("keys"),
 -                     funcct, (funcct == 1) ? _("string") : _("strings"));
 +              printf(ngettext("\nChanged %d key", "\nChanged %d keys", keyct), keyct);
-+              printf(ngettext(" and %d string.", " and %d strings.", funcct), funcct);
++              printf(ngettext(" and %d string.\n", " and %d strings.\n", funcct), funcct);
        }
        if (accent_table_size > 0 || nocompose) {
          diacct = defdiacs(fd);
 -#: loadkeys.y:1055
 -msgid "definition"
 -msgstr "."
-+msgid " and %d string."
-+msgid_plural " and %d strings."
-+msgstr[0] " i %d ³añcuch."
-+msgstr[1] " i %d ³añcuchy."
-+msgstr[2] " i %d ³añcuchów."
++msgid " and %d string.\n"
++msgid_plural " and %d strings.\n"
++msgstr[0] " i %d ³añcuch.\n"
++msgstr[1] " i %d ³añcuchy.\n"
++msgstr[2] " i %d ³añcuchów.\n"
 +
 +#: loadkeys.y:1053
 +#, c-format
This page took 0.096404 seconds and 4 git commands to generate.