Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
ce63836b
Commit
ce63836b
authored
Jan 25, 2006
by
Behdad Esfahbod
Browse files
s/Latin/English/ in last patch.
parent
5ba9e01f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ce63836b
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Oops. s/_(/Q_(/ in the patch.
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Use translated strings calendar:week:digits|%d and
Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)
...
...
ChangeLog.pre-2-10
View file @
ce63836b
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Oops. s/_(/Q_(/ in the patch.
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
Use translated strings calendar:week:digits|%d and
Use contexed translated strings calendar:week:digits|%d and
calendar:day:digits|%d to let translators choose localized digits for
week and day numbers. (bug #317171, Hamed Malek)
...
...
gtk/gtkcalendar.c
View file @
ce63836b
...
...
@@ -2073,7 +2073,7 @@ calendar_paint_week_numbers (GtkCalendar *calendar)
g_return_if_fail
(
result
);
/* Translators: this defines whether the week numbers should use
* localized digits or the ones used in
Latin
(0123...).
* 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.
...
...
@@ -2198,7 +2198,7 @@ calendar_paint_day (GtkCalendar *calendar,
}
/* Translators: this defines whether the day numbers should use
* localized digits or the ones used in
Latin
(0123...).
* 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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment