Ticket #4433: 0009-Fix-markup-in-Spanish-translation-SL-4433.patch

File 0009-Fix-markup-in-Spanish-translation-SL-4433.patch, 1.8 KB (added by manuq, 11 years ago)
  • po/es.po

    From 21b530eb5e18f125341a4359534ccac00914c745 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Tue, 19 Feb 2013 18:51:21 -0300
    Subject: [PATCH 9/9] Fix markup in Spanish translation - SL #4433
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    The es.po file has markup tags errors.  The closing <span> tags are
    missing the slash: </span>
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     po/es.po | 8 ++++----
     1 file changed, 4 insertions(+), 4 deletions(-)
    
    diff --git a/po/es.po b/po/es.po
    index 24905e8..72223f5 100644
    a b msgstr "es" 
    335335msgid "time(h, m) => What Time Is It?"
    336336msgstr ""
    337337"         time(h, 55) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
    338 "<span foreground=\"\\#00B20D\">cinco<span> am_pm(h) |\n"
     338"<span foreground=\"\\#00B20D\">cinco</span> am_pm(h) |\n"
    339339"         time(h, 50) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
    340 "<span foreground=\"\\#00B20D\">diez<span> am_pm(h) |\n"
     340"<span foreground=\"\\#00B20D\">diez</span> am_pm(h) |\n"
    341341"         time(h, 45) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
    342 "<span foreground=\"\\#00B20D\">cuarto<span> am_pm(h) |\n"
     342"<span foreground=\"\\#00B20D\">cuarto</span> am_pm(h) |\n"
    343343"         time(h, 40) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
    344 "<span foreground=\"\\#00B20D\">veinte<span> am_pm(h) |\n"
     344"<span foreground=\"\\#00B20D\">veinte</span> am_pm(h) |\n"
    345345"         time(h, 35) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
    346346"<span foreground=\"\\#00B20D\">veinticinco</span> am_pm(h) |\n"
    347347"         time(h, m) => <span foreground=\"\\#005FE4\">hour(h)</span> <span "