forked from AuroraMiddleware/gtk
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:
parent
6205777cda
commit
1d4c765db0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user