Re: [translations] Current translation environment

[ Thread Index | Date Index | More lilynet.net/translations Archives ]




On Tue, Apr 27 2021 at 17:43:18 +0200, Walter Garcia-Fontes <walter.garcia@xxxxxxx> wrote:
I used to compile my translations in Lilydev and use the savanah
repository. I understand the repository has moved to Gitlab.

Is there any documentation where I can read how to set up the current
environment? Specifically for translations, I almost finished the
translation of the snippet descriptions, and I would like to
contribute it.


You can simply remove the old remote and add the new one.

Here's an example:

$ git remote -v
origin	git@xxxxxxxxxx:lilypond/lilypond.git (fetch)
origin	git@xxxxxxxxxx:lilypond/lilypond.git (push)
$ git remote remove origin
$ git remote -v
$ git remote add origin git@xxxxxxxxxx:lilypond/lilypond.git
$ git remote -v
origin	git@xxxxxxxxxx:lilypond/lilypond.git (fetch)
origin	git@xxxxxxxxxx:lilypond/lilypond.git (push)







Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/