[Webkit-unassigned] [Bug 171229] New: [GTK] Missing plural strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 24 09:59:47 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171229

            Bug ID: 171229
           Summary: [GTK] Missing plural strings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: piotrdrag at gmail.com
                CC: bugs-noreply at webkitgtk.org

Following strings from LocalizedStrings.cpp need proper plurals handling, similarly to what "Use at least one character"/"Use at least %d characters" and "Use no more than one character"/"Use no more than %d characters" from the same file have:

"%d files"
"%s %d×%d pixels"
"%1$d days %2$d hours %3$d minutes %4$d seconds"
"%1$d hours %2$d minutes %3$d seconds"
"%1$d minutes %2$d seconds"
"%1$d seconds"
"Use at least %d characters"
"Use no more than %d characters"

The time strings probably need to be split to pluralize correctly.

Some general info on the topic: https://wiki.gnome.org/TranslationProject/DevGuidelines/Plurals

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170424/002584fc/attachment-0001.html>


More information about the webkit-unassigned mailing list