Cool. Thanks for correcting the plural line in po-sun. It may be better to note the bug id in either .po or .spec for the future. e.g.
+# doo:1510 +msgid "Please enter your username" or +# doo:1510 +cd po-community; make; cd .. Thanks, fujiwara FU Ning-san wrote (04/16/09 06:20 PM): > Hi, all: > > Please review the fix for OpenSolaris bugzilla 1510 and 4919. > They are highly visible bugs for German and Ukraine. > Btw, I also change the plural form declaration of de.po. > > Best Regards, > Harry > > Index: po-sun/Makefile > =================================================================== > --- po-sun/Makefile (revision 18128) > +++ po-sun/Makefile (working copy) > @@ -159,7 +159,7 @@ > gdesklets_PAGES = gdesklets/po-sun > gdesklets.PAGES: $(gdesklets_PAGES) > > -gdm_PAGES = gdm/po-sun > +gdm_PAGES = gdm/po-sun gdm/po-community > gdm.PAGES: $(gdm_PAGES) > > gedit_PAGES = gedit/po-sun > > Index: po-sun/gdm/po-community/de.po > =================================================================== > --- po-sun/gdm/po-community/de.po (revision 0) > +++ po-sun/gdm/po-community/de.po (revision 0) > @@ -0,0 +1,25 @@ > +# Copyright (C) 2009 Sun Microsystems, Inc > +# This file is distributed under the same license as the gdm package. > +# > +# Desktop Discuss <desktop-discuss at opensolaris.org> > +# > +msgid "" > +msgstr "" > +"Project-Id-Version: gdm HEAD\n" > +"Report-Msgid-Bugs-To: \n" > +"POT-Creation-Date: 2009-03-04 19:32+0900\n" > +"PO-Revision-Date: 2008-10-14 12:25+0100\n" > +"Last-Translator: desktop-discuss at opensolaris.org\n" > +"Language-Team: desktop-discuss at opensolaris.org\n" > +"MIME-Version: 1.0\n" > +"Content-Type: text/plain; charset=UTF-8\n" > +"Content-Transfer-Encoding: 8bit\n" > +"Plural-Forms: nplurals=2; plural=(n != 1);\n" > + > +#: ../daemon/verify-crypt.c:125 ../daemon/verify-pam.c:564 > +#: ../daemon/verify-shadow.c:127 > +msgid "Please enter your username" > +msgstr "" > +"Bitte geben Sie Ihren " > +"Benutzernamen ein" > + > Index: po-sun/gdm/po-community/uk.po > =================================================================== > --- po-sun/gdm/po-community/uk.po (revision 0) > +++ po-sun/gdm/po-community/uk.po (revision 0) > @@ -0,0 +1,22 @@ > +# Copyright (C) 2009 Sun Microsystems, Inc > +# This file is distributed under the same license as the gdm package. > +# > +# Desktop Discuss <desktop-discuss at opensolaris.org> > +# > +msgid "" > +msgstr "" > +"Project-Id-Version: gdm HEAD\n" > +"Report-Msgid-Bugs-To: \n" > +"POT-Creation-Date: 2009-03-04 19:32+0900\n" > +"PO-Revision-Date: 2007-02-12 10:30+0900\n" > +"Last-Translator: desktop-discuss at opensolaris.org\n" > +"Language-Team: desktop-discuss at opensolaris.org\n" > +"MIME-Version: 1.0\n" > +"Content-Type: text/plain; charset=UTF-8\n" > +"Content-Transfer-Encoding: 8bit\n" > +"Plural-Forms: nplurals=2; plural=(n != 1);\n" > + > +#: ../gui/gdmlanguages.c:159 > +msgid "A-M|French (Switzerland)" > +msgstr "?-?|?????????? (?????????)" > + > Index: po-sun/gdm/po-sun/de.po > =================================================================== > --- po-sun/gdm/po-sun/de.po (revision 18128) > +++ po-sun/gdm/po-sun/de.po (working copy) > @@ -14,7 +14,7 @@ > "MIME-Version: 1.0\n" > "Content-Type: text/plain; charset=UTF-8\n" > "Content-Transfer-Encoding: 8bit\n" > -"Plural-Forms: nplurals=1; plural=0;\n" > +"Plural-Forms: nplurals=2; plural=(n != 1);\n" > > # SUN_BRANDING > # COMMUNITY MESSAGE > Index: base-specs/gdm.spec > =================================================================== > --- base-specs/gdm.spec (revision 18112) > +++ base-specs/gdm.spec (working copy) > @@ -112,6 +112,7 @@ > %if %build_l10n > bzcat %SOURCE1 | tar xf - > cd po-sun; make; cd .. > +cd po-community; make; cd .. > %endif > %if %option_with_sun_branding > %patch1 -p1 > >
