Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Dernière révisionLes deux révisions suivantes
doc:rejoin_project [28/06/2019 01:04] scorpio810doc:rejoin_project [10/10/2019 15:14] scorpio810
Ligne 1: Ligne 1:
 +====== The procedure below for those who want to reach us. ======
 +
 +You want an contributor account to send your translations directly in trunk?
 +
 +
 +==== Subscribe to Tuxfamily ====
 +
 +One, you do to subscribe to Tuxfamily: by example just ask : I want to\\
 +join QElectroTech project, after send me an email or by forum, i just need your login\\
 +(username subscription) for create your account to Qet GIT and mailing list. 
 +
 +[[http://www.tuxfamily.org/en/subscribe]]
 +
 +Two, login to the Tuxfamily panel with your user login and password\\
 +In your preferences, select the shell you want to use (for example:/bin/bash)\\ Wait for at least 10 minutes
 +
 +[[http://faq.tuxfamily.org/User/En]]
 +
 +After, i valid your account in QET project and add you to GIT group.\\
 +You could download trunk Subversion branch for working  (wait my email or by forum),\\
 +In a terminal download a local copy of GIT master branch:
 +
 +
 +=== Download GIT sources ===
 +
 +Change login by your Tuxfamily login !
 +<code>
 +git clone ssh://login@git.tuxfamily.org/gitroot/qet/qet.git
 +</code>
 +
 +
 +
 +Accept new ssh key by write yes and enter.\\
 +Enter your password (it may ask you three times for the fisrt download).\\
 +In this working directory, open file to translate, save, and publish it (for Qt liguist).
 +
 +<code>
 +git pull
 +</code>
 +
 +See files who have changed.
 +
 +<code>git status</code>
 +
 +Add your changes in lang/  folder example here for turkish translation:
 +
 +<code>git add qet_tr.ts qet_tr.qm </code>
 +
 +Commit your change :
 +
 +<code>git commit -v</code>
 +
 +command in terminal, is open a text editor like vi, vim, nano, etc\\
 +enter a message like this : Update Danish translation.\\
 +Close and save, by ctrl + x if is nano.
 +
 +
 +Push your commit to master branch.
 +
 +<code>git push origin master</code>
 +
 +now enter your password to upload your commit
 +
 +[[https://faq.tuxfamily.org/GIT/En]]
 +
 +[[https://carlchenet.com/category/debuter-avec-git/]]
 +
  
Imprimer/exporter