string change in glib
- From: Matthias Clasen <matthias clasen gmail com>
- To: GNOME i18n list <gnome-i18n gnome org>
- Subject: string change in glib
- Date: Mon, 13 Sep 2010 12:34:34 -0400
Hey,
I have just fixed https://bugzilla.gnome.org/show_bug.cgi?id=629429
which involved changing a bunch of msgctxts in glib. I have updated
all existing translations, so there should be minimal fallout for
translators, except for the new untranslated string
msgctxt "abbreviated month name"
msgid "May"
Matthias
PS This is the sed script I used, if you are interested:
/msgctxt "GDateTime"/{
N
s/msgctxt "GDateTime"\nmsgid
"\(January\|February\|March\|April\|May\|June\|July\|August\|September\|October\|November\|December\)"/msgctxt
"full month name"\
msgid "\1"/
s/msgctxt "GDateTime"\nmsgid
"\(Jan\|Feb\|Mar\|Apr\|Jun\|Jul\|Aug\|Sep\|Oct\|Nov\|Dec\)"/msgctxt
"abbreviated month name"\
msgid "\1"/
s/msgctxt "GDateTime"\nmsgid
"\(Monday\|Tuesday\|Wednesday\|Thursday\|Friday\|Saturday\|Sunday\)"/msgctxt
"full weekday name"\
msgid "\1"/
s/msgctxt "GDateTime"\nmsgid
"\(Mon\|Tue\|Wed\|Thu\|Fri\|Sat\|Sun\)"/msgctxt "abbreviated weekday
name"\
msgid "\1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]