From: Angus Leeming Date: Fri, 10 Jun 2005 08:18:21 +0000 (+0000) Subject: Add Christian Ridderstr��m (Swedish translation of the Windows installer) and Humbert... X-Git-Tag: 1.6.10~14231 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1f2d4919dba094f7a30e2a172fb822914db96bde;p=features.git Add Christian Ridderstr��m (Swedish translation of the Windows installer) and Humberto Nicol��s Castej��n (Spanish translation) to our list of contributers. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10039 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/CREDITS b/lib/CREDITS index 215ec67ad6..8ac856af44 100644 --- a/lib/CREDITS +++ b/lib/CREDITS @@ -40,6 +40,9 @@ @bFrancesc Burrull i Mestres @iE-mail: fburrull@mat.upc.es Catalan translation +@bHumberto Nicolás Castejón +@iE-mail: beconico@gmail.com + Spanish translation of the Windows installer @bMatej Cepl @iE-mail: matej@ceplovi.cz Improvements to the czech keymaps @@ -215,6 +218,7 @@ @bChristian Ridderström @iE-mail: christian.ridderstrom@home.se The driving force behind, and maintainer of, the LyX wiki wiki. + Swedish translation of the Windows installer @bEulogio Serradilla Rodríguez @iE-mail: eulogio.sr@terra.es contribution to the spanish internationalization diff --git a/lib/generate_contributions.py b/lib/generate_contributions.py index aafa0ee2d9..0f856c1f27 100755 --- a/lib/generate_contributions.py +++ b/lib/generate_contributions.py @@ -59,7 +59,7 @@ class contributer: address = address.replace(" ! ", ".") contact = "%s@%s" % (ename, address) result.append('@iE-mail: %s\n' % contact) - result.append(' %s\n' % self.credit) + result.append(' %s\n' % self.credit.replace('\n', '\n ')) return "".join(result) @@ -420,6 +420,14 @@ contributers = [ "", u"Catalan translation"), + contributer(u"Humberto Nicolás Castejón", + "beconico () gmail ! com", + "GPL", + "Re: The LyX licence", + "m=111833854105023", + "9 June 2005", + u"Spanish translation of the Windows installer"), + contributer(u"Matěj Cepl", "matej () ceplovi ! cz", "GPL", @@ -906,7 +914,7 @@ contributers = [ "Re: The LyX licence", "m=110910933124056", "22 February 2005", - u"The driving force behind, and maintainer of, the LyX wiki wiki."), + u"The driving force behind, and maintainer of, the LyX wiki wiki.\nSwedish translation of the Windows installer"), contributer(u"Eulogio Serradilla Rodríguez", "eulogio.sr () terra ! es",