<br><br><div class="gmail_quote">On Wed, May 23, 2012 at 7:30 PM, Chris Leonard <span dir="ltr"><<a href="mailto:cjlhomeaddress@gmail.com" target="_blank">cjlhomeaddress@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On Wed, May 23, 2012 at 4:14 PM, Rafael Ortiz<br>
<<a href="mailto:rafael@activitycentral.com">rafael@activitycentral.com</a>> wrote:<br>
> Hello.<br>
><br>
> I just noticed that es.po of clock has commented strings.<br>
><br>
> <a href="http://git.sugarlabs.org/clock/mainline/blobs/master/po/es.po" target="_blank">http://git.sugarlabs.org/clock/mainline/blobs/master/po/es.po</a><br>
><br>
> This is preventing proper es string visualization.<br>
><br>
><br>
> Cheers.<br>
<br>
<br>
</div></div>I think Clock's problem dates to when the POT changed from:<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<br>
#. TRANS: The format used when writing the time in full letters.<br>
#. You must take care to use a font size large enough so that kids can<br>
read it easily,<br>
#. but also small enough so that all times combination fit on the screen, even<br>
#. when the screen is rotated.<br>
#. Pango markup: <a href="http://www.pygtk.org/docs/pygtk/pango-markup-language.html" target="_blank">http://www.pygtk.org/docs/pygtk/pango-markup-language.html</a><br>
#: clock.py:105<br>
#, python-format<br>
msgctxt "Write Time"<br>
msgid "<markup><span lang=\"en\" font_desc=\"Sans 20\">%s</span></markup>"<br>
<br>
to:<br>
<br>
#. TRANS: The format used when writing the time in full<br>
#. letters. You must take care to use a font size large enough<br>
#. so that kids can read it easily, but also small enough so<br>
#. that all times combination fit on the screen, even when the<br>
#. screen is rotated. Pango markup:<br>
#. <a href="http://www.pygtk.org/docs/pygtk/pango-markup-language.html" target="_blank">http://www.pygtk.org/docs/pygtk/pango-markup-language.html</a><br>
#: clock.py:127<br>
msgid "Write Time"<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<br>
#. TRANS: The format used to display the weekday and date (example:<br>
Tuesday 10/21/2008)<br>
#. We recommend to use the same font size as for the time display.<br>
#. See <a href="http://docs.python.org/lib/module-time.html" target="_blank">http://docs.python.org/lib/module-time.html</a> for<br>
#. available strftime formats.<br>
#: clock.py:112<br>
#, no-python-format<br>
msgctxt "Write Date"<br>
msgid ""<br>
"<markup><span lang=\"en\" font_desc=\"Sans 20\"><span foreground=\"#B20008\">"<br>
"%A</span>, <span foreground=\"#5E008C\">%m</span>/<span foreground=\"#B20008"<br>
"\">%d</span>/<span foreground=\"#9A5200\">%Y</span></span></markup>"<br>
<br>
to:<br>
<br>
#. TRANS: The format used to display the weekday and date<br>
#. (example: Tuesday 10/21/2008) We recommend to use the same<br>
#. font size as for the time display. See<br>
#. <a href="http://docs.python.org/lib/module-time.html" target="_blank">http://docs.python.org/lib/module-time.html</a> for available<br>
#: clock.py:135<br>
#, no-python-format<br>
msgid "Write Date"<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<br>
#. TRANS: The format used to display the time for digital clock<br>
#. You can add AM/PM indicator or use 12/24 format, for example "%I:%M:%S %p".<br>
#. See <a href="http://docs.python.org/lib/module-time.html" target="_blank">http://docs.python.org/lib/module-time.html</a> for<br>
#. available strftime formats<br>
#. If the display of the time is moving horizontally, it means that the glyphs<br>
#. of the digits used in the font don't have the same width. Try to use a<br>
#. Monospace font.<br>
#: clock.py:527<br>
#, no-python-format<br>
msgctxt "Digital Clock"<br>
msgid ""<br>
"<markup><span lang=\"en\" font_desc=\"Sans,Monospace Bold 48\"><span "<br>
"foreground=\"#005FE4\">%I</span>:<span foreground=\"#00B20D\">%M</span>:"<br>
"<span foreground=\"#E6000A\">%S</span>%p</span></markup>"<br>
<br>
to:<br>
<br>
#. TRANS: The format used to display the time for digital clock<br>
You can add AM/PM indicator or use 12/24 format, for example<br>
#. "%I:%M:%S %p". See<br>
#. <a href="http://docs.python.org/lib/module-time.html" target="_blank">http://docs.python.org/lib/module-time.html</a> for available<br>
#. strftime formats If the display of the time is moving<br>
#. horizontally, it means that the glyphs of the digits used in<br>
#. the font don't have the same width. Try to use a Monospace<br>
#: clock.py:649<br>
#, no-python-format<br>
msgid "Digital Clock"<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<br>
#. TRANS: The format of the font used to print hour numbers, from 1 to 12.<br>
#: clock.py:636<br>
#, python-format<br>
msgctxt "Hour Number"<br>
msgid "<markup><span lang=\"en\" font_desc=\"Sans Bold 20\">%d</span></markup>"<br>
<br>
to:<br>
<br>
#. TRANS: The format of the font used to print hour<br>
#. numbers, from 1 to 12.<br>
#: clock.py:772<br>
msgid "Hour Number<br>
<br>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
</blockquote></div>Pootle problem ?<div><br></div><div><br></div>