]> Pileus Git - ~andy/gtk/commitdiff
Fix translation comments for localizable digit formats. (fixes bug
authorBehdad Esfahbod <behdad@gnome.org>
Thu, 30 Mar 2006 22:56:09 +0000 (22:56 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 30 Mar 2006 22:56:09 +0000 (22:56 +0000)
2006-03-30  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkcalendar.c: Fix translation comments for localizable
        digit formats. (fixes bug #336650)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkcalendar.c

index 069c6078e831e10ba9fa99ecdedefc4a332df9ff..f3fbd86520ea2920644d7e0aef2be2c52a0f2b05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c: Fix translation comments for localizable
+       digit formats. (fixes bug #336650)
+
 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
index 069c6078e831e10ba9fa99ecdedefc4a332df9ff..f3fbd86520ea2920644d7e0aef2be2c52a0f2b05 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c: Fix translation comments for localizable
+       digit formats. (fixes bug #336650)
+
 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
index d5eda72f6fe21255c126cfb953c0db42944272c5..1e88480fdcb3db168ddda415127894c7eafb0b8c 100644 (file)
@@ -2078,8 +2078,9 @@ calendar_paint_week_numbers (GtkCalendar *calendar)
       /* Translators: this defines whether the week numbers should use
        * localized digits or the ones used in English (0123...).
        *
-       * Translate to "calendar:week:digits|%Id" if you want to use localized
-       * digits.  Leave it alone to whatever it is otherwise.
+       * Translate to "%Id" if you want to use localized digits, or
+       * translate to "%d" otherwise.  Don't include the
+       * "calendar:week:digits|" part in the translation.
        *
        * Note that translating this doesn't guarantee that you get localized
        * digits.  That needs support from your system and locale definition
@@ -2203,8 +2204,9 @@ calendar_paint_day (GtkCalendar *calendar,
   /* Translators: this defines whether the day numbers should use
    * localized digits or the ones used in English (0123...).
    *
-   * Translate to "calendar:day:digits|%Id" if you want to use localized
-   * digits.  Leave it alone to whatever it is otherwise.
+   * Translate to "%Id" if you want to use localized digits, or
+   * translate to "%d" otherwise.  Don't include the "calendar:day:digits|"
+   * part in the translation.
    *
    * Note that translating this doesn't guarantee that you get localized
    * digits.  That needs support from your system and locale definition