From 1f2d4919dba094f7a30e2a172fb822914db96bde Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 10 Jun 2005 08:18:21 +0000 Subject: [PATCH] =?utf8?q?Add=20Christian=20Ridderstr=EF=BF=BD=EF=BF=BDm?= =?utf8?q?=20(Swedish=20translation=20of=20the=20Windows=20installer)=20an?= =?utf8?q?d=20Humberto=20Nicol=EF=BF=BD=EF=BF=BDs=20Castej=EF=BF=BD?= =?utf8?q?=EF=BF=BDn=20(Spanish=20translation)=20to=20our=20list=20of=20co?= =?utf8?q?ntributers.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10039 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/CREDITS | 4 ++++ lib/generate_contributions.py | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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", -- 2.39.2