[Gpe-list] Gpe-bugs Digest, Vol 30, Issue 1

gpe-bugs-request at linuxtogo.org gpe-bugs-request at linuxtogo.org
Tue May 12 12:00:06 CEST 2009


Send Gpe-bugs mailing list submissions to
	gpe-bugs at linuxtogo.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs
or, via email, send a message with subject or body 'help' to
	gpe-bugs-request at linuxtogo.org

You can reach the person managing the list at
	gpe-bugs-owner at linuxtogo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gpe-bugs digest..."


Today's Topics:

   1. [Bug 280] New: Untranslatable week days
      (bugzilla-daemon at linuxtogo.org)


----------------------------------------------------------------------

Message: 1
Date: Tue, 12 May 2009 02:33:22 +0200
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 280] New: Untranslatable week days
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-280-7 at http.bugs.linuxtogo.org/>
Content-Type: text/plain; charset="UTF-8"

http://bugs.linuxtogo.org/show_bug.cgi?id=280

           Summary: Untranslatable week days
           Product: gpe-calendar
           Version: 0.91
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P4
         Component: default
        AssignedTo: gpe-bugs at linuxtogo.org
        ReportedBy: skarllot at gmail.com
   Estimated Hours: 0.0


As found in event-ui.c (1064):
---
const char *days[]
    = { _("M"), _("T"), _("W"), _("T"), _("F"), _("S"), _("S") };
---

Tuesday or Thursday are not translatable and Saturday or Sunday are not
translatable.
This code should be:
---
const char *days[]
    = { _("week0|M"), _("week1|T"), _("week2|W"), _("week3|T"), _("week4|F"),
_("week5|S"), _("week6|S") };
---


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



------------------------------

_______________________________________________
Gpe-bugs mailing list
Gpe-bugs at linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs


End of Gpe-bugs Digest, Vol 30, Issue 1
***************************************



More information about the Gpe-list mailing list