[Webkit-unassigned] [Bug 25375] Add translator comment to translatable message(s)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 05:07:02 PST 2011


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


Christian Dywan <christian at twotoasts.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83489|0                           |1
        is obsolete|                            |
  Attachment #83489|review?                     |
               Flag|                            |
  Attachment #84727|                            |review?
               Flag|                            |




--- Comment #6 from Christian Dywan <christian at twotoasts.de>  2011-03-04 05:07:02 PST ---
Created an attachment (id=84727)
 --> (https://bugs.webkit.org/attachment.cgi?id=84727&action=review)
83489: Document font sizes, no guesses found and outline #2

(In reply to comment #5)
> (From update of attachment 83489 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=83489&action=review
> 
> > Source/WebKit/gtk/webkit/webkitwebsettings.cpp:349
> > +     * The smallest font size used for display if a website doesn't correctly
> > +     * define it, which can happen with <small> elements or percentages.
> 
> I'm not sure that "doesn't correctly" is erm...correct here. It's not incorrect to use a logical font size. Perhaps something like this:
> 
> The minimum font size used for elements which do not absolutely declare their font sizes.
> Examples of non-absolute font sizes are those that are defined with words such as "small"
> or "large" or those defined relative to other font sizes with words like "larger,"  "smaller" or a percentage.

Updated it:

The smallest font size used for display for elements which don't absolutely
declare their font sizes. Examples of that are "small", "smaller" or percentages.

I'm trying to keep it consise and focus on visual effect here. The examples are obvious enough to anyone who knows CSS.

> > Source/WebKit/gtk/webkit/webkitwebsettings.cpp:356
> > +    // i18n: The smallest font size used for display if a website doesn't correctly
> > +    // define it, which can happen with <small> elements or percentages.
> 
> It seems redudant to have it both places.

It isn't. Translators don't read developer documentation. Many don't event test what they translate.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list