Fix translation comments for localizable digit formats. (fixes bug

2006-03-30  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkcalendar.c: Fix translation comments for localizable
        digit formats. (fixes bug #336650)
This commit is contained in:
Behdad Esfahbod 2006-03-30 22:56:09 +00:00 committed by Behdad Esfahbod
parent 6205777cda
commit 1d4c765db0
3 changed files with 16 additions and 4 deletions

View 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

View 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

View 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