Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| doc:rejoin_project [28/06/2019 01:04] – scorpio810 | doc:rejoin_project [19/07/2020 14:03] (Version actuelle) – [Subscribe to Tuxfamily] de-backer | ||
|---|---|---|---|
| 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:// | ||
| + | |||
| + | Two, login to the Tuxfamily panel with your user login and password\\ | ||
| + | In your preferences, | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | After, i valid your account in QET project and add you to GIT group.\\ | ||
| + | You could download trunk Subversion branch for working | ||
| + | In a terminal download a local copy of GIT master branch: | ||
| + | |||
| + | |||
| + | === Download GIT sources === | ||
| + | |||
| + | Change login by your Tuxfamily login ! | ||
| + | < | ||
| + | git clone ssh:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | Accept new ssh key by write yes and enter.\\ | ||
| + | Enter your password (it may ask you three times for the first download).\\ | ||
| + | In this working directory, open file to translate, save, and publish it (for Qt liguist). | ||
| + | |||
| + | < | ||
| + | git pull | ||
| + | </ | ||
| + | |||
| + | See files who have changed. | ||
| + | |||
| + | < | ||
| + | |||
| + | Add your changes in lang/ folder example here for turkish translation: | ||
| + | |||
| + | < | ||
| + | |||
| + | Commit your change : | ||
| + | |||
| + | < | ||
| + | |||
| + | 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. | ||
| + | |||
| + | < | ||
| + | |||
| + | now enter your password to upload your commit | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||