diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-03-30 22:56:09 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-30 22:56:09 +0000 |
commit | 1d4c765db08ffc8f022f6512253f494b4404219c (patch) | |
tree | 081ca0b9e69064171ddab33130e1e21b170479ed /gtk/gtkcalendar.c | |
parent | 6205777cda59fe53ec8f8269818e91577ae9cc5b (diff) | |
download | gtk+-1d4c765db08ffc8f022f6512253f494b4404219c.tar.gz |
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)
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index d5eda72f6f..1e88480fdc 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -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 |